DocData.cpp
上传用户:szhjsaaa
上传日期:2014-09-18
资源大小:2546k
文件大小:1k
源码类别:

CAD

开发平台:

Visual C++

  1. #include "StdAfx.h"
  2. #include "StdArx.h"
  3. // The one and only document manager object
  4. // You can use the DocVars object to retrieve
  5. // document specific data throughout your application
  6. AsdkDataManager<CDocData> DocVars;
  7. //
  8. // Implementation of the document data class.
  9. //
  10. CDocData::CDocData()
  11. {
  12. // NOTE: DO NOT edit the following lines.
  13. //{{AFX_ARX_DATA_INIT(CDocData)
  14. //}}AFX_ARX_DATA_INIT
  15. // TODO: add your own initialization.
  16. }
  17. CDocData::~CDocData()
  18. {
  19. // NOTE: DO NOT edit the following lines.
  20. //{{AFX_ARX_DATA_DEL(CDocData)
  21. //}}AFX_ARX_DATA_DEL
  22. // TODO: clean up.
  23. }