www.pudn.com > IP_phone.rar > NC_Client.h


/**********************************************************/ 
/*程序名:网络语音会议系统V0.1                            */ 
/*作者:孙欢                                              */ 
/*组织:飞翔工作室                                        */ 
/*时间:2004-4/5                                          */ 
/**********************************************************/ 
// NC_Client.h : main header file for the NC_CLIENT application 
// 
 
#if !defined(AFX_NC_CLIENT_H__33156779_6D7C_4902_9697_80039812397C__INCLUDED_) 
#define AFX_NC_CLIENT_H__33156779_6D7C_4902_9697_80039812397C__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 
 
///////////////////////////////////////////////////////////////////////////// 
// CNC_ClientApp: 
// See NC_Client.cpp for the implementation of this class 
// 
 
class CNC_ClientApp : public CWinApp 
{ 
public: 
	CNC_ClientApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CNC_ClientApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(CNC_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_NC_CLIENT_H__33156779_6D7C_4902_9697_80039812397C__INCLUDED_)