// dclient.h : main header file for the DCLIENT application // #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CDclientApp: // See dclient.cpp for the implementation of this class // class CDclientApp : public CWinApp { public: CDclientApp(); bool m_bValidPrivateKeyPassword; CString m_strPrivateKeyPassword; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDclientApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CDclientApp) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; /////////////////////////////////////////////////////////////////////////////