Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / examples / Log_Msg / Log_Msg_MFC / Log_Msg_MFC.h
blob23a4ba17a71369316f1ea64dbbbb087bc68ddd8e
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)
9 #if _MSC_VER > 1000
10 #pragma once
11 #endif // _MSC_VER > 1000
13 #ifndef __AFXWIN_H__
14 #error include 'stdafx.h' before including this file for PCH
15 #endif
17 #include "resource.h" // main symbols
19 // Add some includes here for our Logger
20 #include "MFC_Log.h"
22 /////////////////////////////////////////////////////////////////////////////
23 // CLog_Msg_MFCApp:
24 // See Log_Msg_MFC.cpp for the implementation of this class
27 class CLog_Msg_MFCApp : public CWinApp
29 public:
30 CLog_Msg_MFCApp();
32 // Overrides
33 // ClassWizard generated virtual function overrides
34 //{{AFX_VIRTUAL(CLog_Msg_MFCApp)
35 public:
36 virtual BOOL InitInstance();
37 //}}AFX_VIRTUAL
39 // Implementation
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 !
44 //}}AFX_MSG
45 DECLARE_MESSAGE_MAP()
47 // MFC Log class for ACE_Log_Msg. To be used by ACE_DEBUG
48 MFC_Log m_mfc_logger;
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_)