From 44834e8bfa18e55c7bcc8194da98288bae9709b6 Mon Sep 17 00:00:00 2001 From: mjjo Date: Sat, 20 Jul 2013 23:25:46 +0000 Subject: [PATCH] --- CheckServer/CheckServerDoc.cpp | 39 ++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 CheckServer/CheckServerDoc.cpp diff --git a/CheckServer/CheckServerDoc.cpp b/CheckServer/CheckServerDoc.cpp new file mode 100644 index 0000000..0d27a6f --- /dev/null +++ b/CheckServer/CheckServerDoc.cpp @@ -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() +{ +} +