www.pudn.com > Mos.rar > JCB.cpp


// JCB.cpp: implementation of the JCB class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "mos.h" 
#include "JCB.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
JCB m_jcb; 
JCB::JCB() 
{ 
 
} 
 
JCB::~JCB() 
{ 
 
}