www.pudn.com > MultiLineChatRoomVCSrc.zip > ChatClient.h


// ChatClient.h : main header file for the CHATCLIENT application 
// 
 
#if !defined(AFX_CHATCLIENT_H__AE7E2BC8_95A7_4635_AD79_27CA6CCF6155__INCLUDED_) 
#define AFX_CHATCLIENT_H__AE7E2BC8_95A7_4635_AD79_27CA6CCF6155__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 
#include "CIniFile.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CChatClientApp: 
// See ChatClient.cpp for the implementation of this class 
// 
 
class CChatClientApp : public CWinApp 
{ 
public: 
	CChatClientApp(); 
public: 
	CMainSocket m_skMainSocket; 
	CIniFile IniFile; 
private: 
	 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CChatClientApp) 
	public: 
	virtual BOOL InitInstance(); 
	virtual int ExitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
	//{{AFX_MSG(CChatClientApp) 
	afx_msg void OnAppAbout(); 
		// 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_CHATCLIENT_H__AE7E2BC8_95A7_4635_AD79_27CA6CCF6155__INCLUDED_)