#ifndef __RILSTATE_H__ class CTstmodemDlg; class RILState { public: RILState(); ~RILState(); bool open(); bool disable(); bool enable(); bool close(); void SetView(CTstmodemDlg& dlg); private: bool m_bRilEnabled; HANDLE m_hRil; CTstmodemDlg* m_dlg; }; #define __RILSTATE_H__ #endif