QQClient.h
上传用户:hysujiao87
上传日期:2007-12-02
资源大小:156k
文件大小:1k
源码类别:

ICQ/即时通讯

开发平台:

C/C++

  1. // QQClient.h : main header file for the QQCLIENT application
  2. //
  3. #if !defined(AFX_QQCLIENT_H__FA4709C7_8CE4_11D6_9C0E_0080C8F72DA3__INCLUDED_)
  4. #define AFX_QQCLIENT_H__FA4709C7_8CE4_11D6_9C0E_0080C8F72DA3__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CQQClientApp:
  14. // See QQClient.cpp for the implementation of this class
  15. //
  16. class CClientSocket;
  17. class CQQClientApp : public CWinApp
  18. {
  19. public:
  20. CQQClientApp();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CQQClientApp)
  24. public:
  25. virtual BOOL InitInstance();
  26. virtual int ExitInstance();
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. //{{AFX_MSG(CQQClientApp)
  30. // NOTE - the ClassWizard will add and remove member functions here.
  31. //    DO NOT EDIT what you see in these blocks of generated code !
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. protected:
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_QQCLIENT_H__FA4709C7_8CE4_11D6_9C0E_0080C8F72DA3__INCLUDED_)