This commit is contained in:
2013-07-20 23:25:43 +00:00
parent cabb1c28d2
commit e7950a866a

View File

@@ -0,0 +1,36 @@
// CheckServerDoc.h : interface of the CCheckServerDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_CHECKSERVERDOC_H__7473164C_C7E4_4007_853A_C35A85646960__INCLUDED_)
#define AFX_CHECKSERVERDOC_H__7473164C_C7E4_4007_853A_C35A85646960__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CCheckServerDoc : public CDocument
{
protected: // create from serialization only
DECLARE_DYNCREATE(CCheckServerDoc)
public:
CCheckServerDoc();
virtual ~CCheckServerDoc();
// Generated message map functions
protected:
//{{AFX_MSG(CDocumentHelper)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CHECKSERVERDOC_H__7473164C_C7E4_4007_853A_C35A85646960__INCLUDED_)