www.pudn.com > 6manager_server.rar > manager_server.h


// manager_server.h : main header file for the MANAGER_SERVER application 
// 
 
#if !defined(AFX_MANAGER_SERVER_H__21E9FB56_6356_4CB6_B0BA_769ED1F3F5FA__INCLUDED_) 
#define AFX_MANAGER_SERVER_H__21E9FB56_6356_4CB6_B0BA_769ED1F3F5FA__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"		// main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// CManager_serverApp: 
// See manager_server.cpp for the implementation of this class 
// 
 
class CManager_serverApp : public CWinApp 
{ 
public: 
	CManager_serverApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CManager_serverApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CManager_serverApp) 
		// NOTE - the ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MANAGER_SERVER_H__21E9FB56_6356_4CB6_B0BA_769ED1F3F5FA__INCLUDED_)