Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1.1 KiB

  1. // maindoc.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "ISAdmin.h"
  5. #include "maindoc.h"
  6. #ifdef _DEBUG
  7. #undef THIS_FILE
  8. static char BASED_CODE THIS_FILE[] = __FILE__;
  9. #endif
  10. /////////////////////////////////////////////////////////////////////////////
  11. // MAINDOC
  12. IMPLEMENT_DYNCREATE(MAINDOC, CView)
  13. MAINDOC::MAINDOC()
  14. {
  15. }
  16. MAINDOC::~MAINDOC()
  17. {
  18. }
  19. BEGIN_MESSAGE_MAP(MAINDOC, CView)
  20. //{{AFX_MSG_MAP(MAINDOC)
  21. // NOTE - the ClassWizard will add and remove mapping macros here.
  22. //}}AFX_MSG_MAP
  23. END_MESSAGE_MAP()
  24. /////////////////////////////////////////////////////////////////////////////
  25. // MAINDOC drawing
  26. void MAINDOC::OnDraw(CDC* pDC)
  27. {
  28. CDocument* pDoc = GetDocument();
  29. // TODO: add draw code here
  30. }
  31. /////////////////////////////////////////////////////////////////////////////
  32. // MAINDOC diagnostics
  33. #ifdef _DEBUG
  34. void MAINDOC::AssertValid() const
  35. {
  36. CView::AssertValid();
  37. }
  38. void MAINDOC::Dump(CDumpContext& dc) const
  39. {
  40. CView::Dump(dc);
  41. }
  42. #endif //_DEBUG
  43. /////////////////////////////////////////////////////////////////////////////
  44. // MAINDOC message handlers