Mass++ Common Libraries v2.7.5
 All Classes Namespaces Files Functions Variables Enumerations Macros
DataAccessor.cpp
Go to the documentation of this file.
1 
12 #include "stdafx.h"
13 #include "DataAccessor.h"
14 
15 
16 using namespace kome::core;
17 
18 
19 #include <crtdbg.h>
20 #ifdef _DEBUG
21  #define new new( _NORMAL_BLOCK, __FILE__, __LINE__ )
22  #define malloc( s ) _malloc_dbg( s, _NORMAL_BLOCK, __FILE__, __LINE__ )
23 #endif // _DEBUG
24 
25 
26 
27 // constructor
29 }
30 
31 // destructor
33 }
virtual ~DataAccessor()
destructor
interfarces of DataAccessor class
DataAccessor()
constructor