LWQ
2025-07-14 52d230fd0eb38adc5c6f4c6d6ed3786a3c19354d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// BasedConfig.cpp: implementation of the CBasedConfig class.
//
//////////////////////////////////////////////////////////////////////
 
#include "stdafx.h"
#include "BasedConfig.h"
 
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
 
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
 
CBasedConfig::CBasedConfig()
{
 
}
 
CBasedConfig::~CBasedConfig()
{
 
}