Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / tests / ACE_Init_Test_StdAfx.h
blobf55bd34545602b7309e527d866e7e7050e533aae
1 /* -*- C++ -*- */
3 //=============================================================================
4 /**
5 * @file ACE_Init_Test_StdAfx.h
7 * stdafx.h : include file for standard system include files,
8 * or project specific include files that are used frequently, but
9 * are changed infrequently
11 * @author Steve Huston <shuston@riverace.com>
13 //=============================================================================
15 #ifndef AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
16 #define AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
18 // Exclude rarely-used stuff from Windows headers
19 #define VC_EXTRALEAN
21 // MFC core and standard components
22 #include <afxwin.h>
23 // MFC extensions
24 #include <afxext.h>
25 #ifndef _AFX_NO_AFXCMN_SUPPORT
26 // MFC support for Windows Common Controls
27 #include <afxcmn.h>
28 #endif /* _AFX_NO_AFXCMN_SUPPORT */
30 //{{AFX_INSERT_LOCATION}} Microsoft Developer Studio will insert
31 //additional declarations immediately before the previous line.
33 #endif /* !defined(AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_) */