Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / examples / mfc / server.h
blobcc281431d3fee0d81df8164c7019fcd90269ddb5
1 // server.h : main header file for the SERVER application
2 //
4 #if !defined(AFX_SERVER_H__7B1C2A46_7230_11D3_B94A_0010A4052E2A__INCLUDED_)
5 #define AFX_SERVER_H__7B1C2A46_7230_11D3_B94A_0010A4052E2A__INCLUDED_
7 #if _MSC_VER > 1000
8 #pragma once
9 #endif // _MSC_VER > 1000
11 #ifndef __AFXWIN_H__
12 #error include 'stdafx.h' before including this file for PCH
13 #endif
15 #include "resource.h" // main symbols
17 /////////////////////////////////////////////////////////////////////////////
18 // CServerApp:
19 // See server.cpp for the implementation of this class
22 class CServerApp : public CWinApp
24 public:
25 CServerApp();
27 ~CServerApp();
29 // Overrides
30 // ClassWizard generated virtual function overrides
31 //{{AFX_VIRTUAL(CServerApp)
32 public:
33 virtual BOOL InitInstance();
34 //}}AFX_VIRTUAL
36 // Implementation
37 //{{AFX_MSG(CServerApp)
38 afx_msg void OnAppAbout();
39 // NOTE - the ClassWizard will add and remove member functions here.
40 // DO NOT EDIT what you see in these blocks of generated code !
41 //}}AFX_MSG
42 DECLARE_MESSAGE_MAP()
46 /////////////////////////////////////////////////////////////////////////////
48 //{{AFX_INSERT_LOCATION}}
49 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
51 #endif // !defined(AFX_SERVER_H__7B1C2A46_7230_11D3_B94A_0010A4052E2A__INCLUDED_)