Server.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
源码类别:

网格计算

开发平台:

Visual C++

  1. #ifndef _SERVER_APP_H
  2. #define _SERVER_APP_H
  3. #include "resource.h" // main symbols
  4. #include "AppInstance.h"
  5. #include "ADODataSet.h"
  6. #include "ADOConnection.h"
  7. class CServerApp : public CWinApp
  8. {
  9. public:
  10. CServerApp();
  11. void _GetTempFileName(LPCSTR lpcsPostfix, LPSTR lpsTempFile);
  12. // Overrides
  13. // ClassWizard generated virtual function overrides
  14. //{{AFX_VIRTUAL(CServerApp)
  15. public:
  16. virtual BOOL InitInstance();
  17. virtual int ExitInstance();
  18. //}}AFX_VIRTUAL
  19. // Implementation
  20. //{{AFX_MSG(CServerApp)
  21. //}}AFX_MSG
  22. DECLARE_MESSAGE_MAP()
  23. public:
  24. LONG _unindex;
  25. int m_serverid;
  26. CADOConnection m_dbcont;
  27. CAppInstance m_oappinst;
  28. VNCLog m_syslog;
  29. };
  30. //{{AFX_INSERT_LOCATION}}
  31. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  32. extern CServerApp theApp;
  33. #endif // !defined(AFX_SERVER_H__41DE3017_EB80_49CB_958C_812B1B715261__INCLUDED_)