#if !defined(AFX_INSTANCEMGR_H__E7A2C48D_00C8_4FA8_8A99_DC68250A1195__INCLUDED_)
|
#define AFX_INSTANCEMGR_H__E7A2C48D_00C8_4FA8_8A99_DC68250A1195__INCLUDED_
|
|
#if _MSC_VER > 1000
|
#pragma once
|
#endif // _MSC_VER > 1000
|
// InstanceMgr.h : header file
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
// CInstanceMgr window
|
|
class AFX_EXT_CLASS CInstanceMgr
|
{
|
// Construction
|
public:
|
CInstanceMgr( HINSTANCE hInstance );
|
virtual ~CInstanceMgr();
|
|
// Attributes
|
public:
|
bool m_bInstance;
|
bool m_bResource;
|
|
// Operations
|
public:
|
|
};
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//{{AFX_INSERT_LOCATION}}
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
#endif // !defined(AFX_INSTANCEMGR_H__E7A2C48D_00C8_4FA8_8A99_DC68250A1195__INCLUDED_)
|