#ifndef PPPC_H #define PPPC_H class PPPC { public: PPPC(HINSTANCE hInstance, const char * config_file = NULL); ~PPPC(); protected: HWND m_hWnd; NOTIFYICONDATA m_nid; }; #endif