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


// manager_client.h : main header file for the MANAGER_CLIENT application 
// 
 
#if !defined(AFX_MANAGER_CLIENT_H__1DB19DF1_C2AA_4932_B6C8_B1015A2037C3__INCLUDED_) 
#define AFX_MANAGER_CLIENT_H__1DB19DF1_C2AA_4932_B6C8_B1015A2037C3__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_clientApp: 
// See manager_client.cpp for the implementation of this class 
// 
 
class CManager_clientApp : public CWinApp 
{ 
public: 
	CManager_clientApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CManager_clientApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CManager_clientApp) 
		// 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_CLIENT_H__1DB19DF1_C2AA_4932_B6C8_B1015A2037C3__INCLUDED_)