KmgConverter2.cpp
Upload User: hell82222
Upload Date: 2013-12-19
Package Size: 1872k
Code Size: 1k
Category:

CAD

Development Platform:

Visual C++

  1. // KmgConverter2.cpp: implementation of the CKmgConverter2 class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "fileswitch.h"
  6. #include "KmgConverter2.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. CKmgConverter2::CKmgConverter2()
  16. {
  17. }
  18. CKmgConverter2::~CKmgConverter2()
  19. {
  20. }