MAINFRM.CPP
上传用户:areilwang
上传日期:2007-01-04
资源大小:375k
文件大小:1k
源码类别:

Web服务器

开发平台:

WINDOWS

  1. // mainfrm.cpp : implementation of the CMainFrame class
  2. //
  3. #include "stdafx.h"
  4. #include "serweb.h"
  5. #include "mainfrm.h"
  6. #ifdef _DEBUG
  7. #undef THIS_FILE
  8. static char BASED_CODE THIS_FILE[] = __FILE__;
  9. #endif
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CMainFrame
  12. IMPLEMENT_DYNCREATE(CMainFrame, CFrameWnd)
  13. BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd)
  14. //{{AFX_MSG_MAP(CMainFrame)
  15. //}}AFX_MSG_MAP
  16. END_MESSAGE_MAP()
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CMainFrame construction/destruction
  19. CMainFrame::CMainFrame()
  20. {
  21. // TODO: add member initialization code here
  22. }
  23. CMainFrame::~CMainFrame()
  24. {
  25. }
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CMainFrame diagnostics
  28. #ifdef _DEBUG
  29. void CMainFrame::AssertValid() const
  30. {
  31. CFrameWnd::AssertValid();
  32. }
  33. void CMainFrame::Dump(CDumpContext& dc) const
  34. {
  35. CFrameWnd::Dump(dc);
  36. }
  37. #endif //_DEBUG
  38. /////////////////////////////////////////////////////////////////////////////
  39. // CMainFrame message handlers