1 // Log_Msg_MFC.h : main header file for the LOG_MSG_MFC application
2 #if !defined(AFX_LOG_MSG_MFC_H__03FA2C60_71EA_44F9_AC4C_2F19168B4755__INCLUDED_)
3 #define AFX_LOG_MSG_MFC_H__03FA2C60_71EA_44F9_AC4C_2F19168B4755__INCLUDED_
5 #include "ace/config-all.h"
7 #if defined (ACE_WIN32)
11 #endif // _MSC_VER > 1000
14 #error include 'stdafx.h' before including this file for PCH
17 #include "resource.h" // main symbols
19 // Add some includes here for our Logger
22 /////////////////////////////////////////////////////////////////////////////
24 // See Log_Msg_MFC.cpp for the implementation of this class
27 class CLog_Msg_MFCApp
: public CWinApp
33 // ClassWizard generated virtual function overrides
34 //{{AFX_VIRTUAL(CLog_Msg_MFCApp)
36 virtual BOOL
InitInstance();
41 //{{AFX_MSG(CLog_Msg_MFCApp)
42 // NOTE - the ClassWizard will add and remove member functions here.
43 // DO NOT EDIT what you see in these blocks of generated code !
47 // MFC Log class for ACE_Log_Msg. To be used by ACE_DEBUG
52 /////////////////////////////////////////////////////////////////////////////
54 //{{AFX_INSERT_LOCATION}}
55 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
57 #endif /* ACE_WIN32 */
59 #endif // !defined(AFX_LOG_MSG_MFC_H__03FA2C60_71EA_44F9_AC4C_2F19168B4755__INCLUDED_)