DAODeptInstDoc.cpp
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:2k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // DAODeptInstDoc.cpp : implementation of the CDAODeptInstDoc class
  2. //
  3. #include "stdafx.h"
  4. #include "DAODeptInst.h"
  5. #include "DAODeptInstSet.h"
  6. #include "DAODeptInstDoc.h"
  7. #ifdef _DEBUG
  8. #define new DEBUG_NEW
  9. #undef THIS_FILE
  10. static char THIS_FILE[] = __FILE__;
  11. #endif
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CDAODeptInstDoc
  14. IMPLEMENT_DYNCREATE(CDAODeptInstDoc, CDocument)
  15. BEGIN_MESSAGE_MAP(CDAODeptInstDoc, CDocument)
  16. //{{AFX_MSG_MAP(CDAODeptInstDoc)
  17. // NOTE - the ClassWizard will add and remove mapping macros here.
  18. //    DO NOT EDIT what you see in these blocks of generated code!
  19. //}}AFX_MSG_MAP
  20. END_MESSAGE_MAP()
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CDAODeptInstDoc construction/destruction
  23. CDAODeptInstDoc::CDAODeptInstDoc()
  24. {
  25. // TODO: add one-time construction code here
  26. }
  27. CDAODeptInstDoc::~CDAODeptInstDoc()
  28. {
  29. }
  30. BOOL CDAODeptInstDoc::OnNewDocument()
  31. {
  32. if (!CDocument::OnNewDocument())
  33. return FALSE;
  34. // TODO: add reinitialization code here
  35. // (SDI documents will reuse this document)
  36. return TRUE;
  37. }
  38. /////////////////////////////////////////////////////////////////////////////
  39. // CDAODeptInstDoc diagnostics
  40. #ifdef _DEBUG
  41. void CDAODeptInstDoc::AssertValid() const
  42. {
  43. CDocument::AssertValid();
  44. }
  45. void CDAODeptInstDoc::Dump(CDumpContext& dc) const
  46. {
  47. CDocument::Dump(dc);
  48. }
  49. #endif //_DEBUG
  50. /////////////////////////////////////////////////////////////////////////////
  51. // CDAODeptInstDoc commands