27 lines
584 B
C++
27 lines
584 B
C++
|
// HealthmonSnapinAbout.cpp: implementation of the CHealthmonSnapinAbout class.
|
||
|
//
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#include "stdafx.h"
|
||
|
#include "HealthmonSnapinAbout.h"
|
||
|
|
||
|
#ifdef _DEBUG
|
||
|
#define new DEBUG_NEW
|
||
|
#undef THIS_FILE
|
||
|
static char THIS_FILE[] = __FILE__;
|
||
|
#endif
|
||
|
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
// Construction/Destruction
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
CHealthmonSnapinAbout::CHealthmonSnapinAbout()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
CHealthmonSnapinAbout::~CHealthmonSnapinAbout()
|
||
|
{
|
||
|
|
||
|
}
|