Merge remote-tracking branch 'upstream/master'
[ACE_TAO.git] / TAO / utils / NamingViewer / NamingViewer.h
blob145cc45111d4aecf933b64dc0bf41f53fac12873
1 // NamingViewer.h : main header file for the NAMINGVIEWER application
2 //
4 #if !defined(AFX_NAMINGVIEWER_H__B9C0EB96_AD28_11D3_BF1F_00C0F03C565A__INCLUDED_)
5 #define AFX_NAMINGVIEWER_H__B9C0EB96_AD28_11D3_BF1F_00C0F03C565A__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 // CNamingViewerApp:
19 // See NamingViewer.cpp for the implementation of this class
22 class CNamingViewerApp : public CWinApp
24 public:
25 CNamingViewerApp();
27 // Overrides
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(CNamingViewerApp)
30 public:
31 virtual BOOL InitInstance();
32 //}}AFX_VIRTUAL
34 // Implementation
36 //{{AFX_MSG(CNamingViewerApp)
37 // NOTE - the ClassWizard will add and remove member functions here.
38 // DO NOT EDIT what you see in these blocks of generated code !
39 //}}AFX_MSG
40 DECLARE_MESSAGE_MAP()
44 /////////////////////////////////////////////////////////////////////////////
46 //{{AFX_INSERT_LOCATION}}
47 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
49 #endif // !defined(AFX_NAMINGVIEWER_H__B9C0EB96_AD28_11D3_BF1F_00C0F03C565A__INCLUDED_)