DataRoot.cpp 523 B

123456789101112131415161718192021222324252627
  1. // DataRoot.cpp: implementation of the CDataRoot class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "DataManager.h"
  6. #include "DataRoot.h"
  7. #ifdef _DEBUG
  8. #undef THIS_FILE
  9. static char THIS_FILE[]=__FILE__;
  10. #define new DEBUG_NEW
  11. #endif
  12. //////////////////////////////////////////////////////////////////////
  13. // Construction/Destruction
  14. //////////////////////////////////////////////////////////////////////
  15. CDataRoot::CDataRoot()
  16. {
  17. }
  18. CDataRoot::~CDataRoot()
  19. {
  20. }