Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / tests / ACE_Init_Test.h
blob9850939feda9ca4778a5bacaf07ecafacdfe5b5a
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@riverace.com>
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 #ifndef __AFXWIN_H__
18 #error include 'stdafx.h' before including this file for PCH
19 #endif
21 #include "ACE_Init_Test_Resource.h" // main symbols
23 /**
24 * @class CACE_Init_TestApp
26 * @brief See ACE_Init_Test.cpp for the implementation of this class
28 class CACE_Init_TestApp : public CWinApp
30 public:
31 CACE_Init_TestApp ();
33 // Overrides
34 // ClassWizard generated virtual function overrides
35 //{{AFX_VIRTUAL(CACE_Init_TestApp)
36 public:
37 ///}}AFX_VIRTUAL
38 virtual BOOL InitInstance();
40 // Implementation
42 //{{AFX_MSG(CACE_Init_TestApp)
43 // NOTE - the ClassWizard will add and remove member functions here.
44 // DO NOT EDIT what you see in these blocks of generated code !
45 //}}AFX_MSG
46 DECLARE_MESSAGE_MAP()
49 //{{AFX_INSERT_LOCATION}}
50 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
52 #endif /* !defined(AFX_ACE_INIT_TEST_H__64FDC9FE_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_) */