27 lines
522 B
C++
27 lines
522 B
C++
// TestManager.cpp: implementation of the CTestManager class.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#include "geomative.h"
|
|
#include "TestManager.h"
|
|
|
|
#ifdef _DEBUG
|
|
#undef THIS_FILE
|
|
static char THIS_FILE[]=__FILE__;
|
|
#define new DEBUG_NEW
|
|
#endif
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
CTestManager::CTestManager()
|
|
{
|
|
|
|
}
|
|
|
|
CTestManager::~CTestManager()
|
|
{
|
|
|
|
}
|