// xdaunlock.h : main header file for the XDAUNLOCK application // #if !defined(AFX_XDAUNLOCK_H__5AE7E523_CC9F_42DD_B881_83B9FC6E78BE__INCLUDED_) #define AFX_XDAUNLOCK_H__5AE7E523_CC9F_42DD_B881_83B9FC6E78BE__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CXdaUnlockApp: // See xdaunlock.cpp for the implementation of this class // class CXdaUnlockApp : public CWinApp { public: CXdaUnlockApp(); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CXdaUnlockApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL // Implementation //{{AFX_MSG(CXdaUnlockApp) // NOTE - the ClassWizard will add and remove member functions here. // DO NOT EDIT what you see in these blocks of generated code ! //}}AFX_MSG DECLARE_MESSAGE_MAP() private: bool m_bBeQuiet; bool m_bRunDialog; bool m_bLockPhone; CString m_sLockCode; void DoBasicLock(); void DoBasicUnlock(); BOOL InitApplication(); }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_XDAUNLOCK_H__5AE7E523_CC9F_42DD_B881_83B9FC6E78BE__INCLUDED_)