Also use Objects as part of an operation but as a result don't generate Any operation...
[ACE_TAO.git] / ACE / tests / ACE_Init_Test.h
blob30e2a3f4185bd768e770933312721c2e6acd304a
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file ACE_Init_Test.h
7 * Main header file for the ACE_INIT_TEST application.
9 * @author Steve Huston <shuston@cs.wustl.edu>
11 //=============================================================================
14 #ifndef AFX_ACE_INIT_TEST_H__64FDC9FE_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
15 #define AFX_ACE_INIT_TEST_H__64FDC9FE_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
17 #if _MSC_VER >= 1000
18 #pragma once
19 #endif // _MSC_VER >= 1000
21 #ifndef __AFXWIN_H__
22 #error include 'stdafx.h' before including this file for PCH
23 #endif
25 #include "ACE_Init_Test_Resource.h" // main symbols
27 /**
28 * @class CACE_Init_TestApp
30 * @brief See ACE_Init_Test.cpp for the implementation of this class
32 class CACE_Init_TestApp : public CWinApp
34 public:
35 CACE_Init_TestApp (void);
37 // Overrides
38 // ClassWizard generated virtual function overrides
39 //{{AFX_VIRTUAL(CACE_Init_TestApp)
40 public:
41 ///}}AFX_VIRTUAL
42 virtual BOOL InitInstance();
44 // Implementation
46 //{{AFX_MSG(CACE_Init_TestApp)
47 // NOTE - the ClassWizard will add and remove member functions here.
48 // DO NOT EDIT what you see in these blocks of generated code !
49 //}}AFX_MSG
50 DECLARE_MESSAGE_MAP()
53 //{{AFX_INSERT_LOCATION}}
54 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
56 #endif /* !defined(AFX_ACE_INIT_TEST_H__64FDC9FE_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_) */