www.pudn.com > vc++.rar > Global.cpp


// Global.cpp: implementation of the CGlobal class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "HrSys.h" 
#include "Global.h" 
#include "Users.h" 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
CUsers curUser; 
 
CGlobal::CGlobal() 
{ 
 
} 
 
CGlobal::~CGlobal() 
{ 
 
}