#if !defined(AFX_PAGEQOS_H__A611F856_736F_4052_BA04_E031B04A9008__INCLUDED_) #define AFX_PAGEQOS_H__A611F856_736F_4052_BA04_E031B04A9008__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PageQoS.h : header file // #include "ParamDlg.h" ///////////////////////////////////////////////////////////////////////////// // CPageQoS dialog class CPageQoS : public CParamDlg { // Construction public: CPageQoS(CWnd* pParent, CMgrNVE* pMgrCM, CConnectionManager *pConnMgr); // standard constructor // Dialog Data //{{AFX_DATA(CPageQoS) enum { IDD = IDD_PG_QOS }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPageQoS) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPageQoS) afx_msg void OnBtnQosApply(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: INet5 *m_pNet5Api; IMessageManager *m_pMsgMgr; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGEQOS_H__A611F856_736F_4052_BA04_E031B04A9008__INCLUDED_)