This commit is contained in:
39
CheckServer/CheckServerDoc.cpp
Normal file
39
CheckServer/CheckServerDoc.cpp
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
// CheckServerDoc.cpp : implementation of the CCheckServerDoc class
|
||||||
|
//
|
||||||
|
|
||||||
|
#include "stdafx.h"
|
||||||
|
#include "CheckServer.h"
|
||||||
|
|
||||||
|
#include "CheckServerDoc.h"
|
||||||
|
|
||||||
|
#ifdef _DEBUG
|
||||||
|
#define new DEBUG_NEW
|
||||||
|
#undef THIS_FILE
|
||||||
|
static char THIS_FILE[] = __FILE__;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
// CCheckServerDoc
|
||||||
|
|
||||||
|
IMPLEMENT_DYNCREATE(CCheckServerDoc, CDocument)
|
||||||
|
|
||||||
|
BEGIN_MESSAGE_MAP(CCheckServerDoc, CDocument)
|
||||||
|
//{{AFX_MSG_MAP(CCheckServerDoc)
|
||||||
|
// NOTE - the ClassWizard will add and remove mapping macros here.
|
||||||
|
// DO NOT EDIT what you see in these blocks of generated code!
|
||||||
|
//}}AFX_MSG_MAP
|
||||||
|
END_MESSAGE_MAP()
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
// CCheckServerDoc construction/destruction
|
||||||
|
|
||||||
|
CCheckServerDoc::CCheckServerDoc()
|
||||||
|
{
|
||||||
|
// TODO: add one-time construction code here
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
CCheckServerDoc::~CCheckServerDoc()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user