Files
HLStock/CheckServer/CheckServerDoc.cpp
2013-07-20 23:25:46 +00:00

40 lines
934 B
C++

// 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()
{
}