www.pudn.com > vchardwareinfo.zip > SystemInfo.cpp


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