37 lines
1.1 KiB
C++
37 lines
1.1 KiB
C++
// 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_)
|