diff --git a/CheckServer/CheckServerDoc.h b/CheckServer/CheckServerDoc.h new file mode 100644 index 0000000..92b4711 --- /dev/null +++ b/CheckServer/CheckServerDoc.h @@ -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_)