www.pudn.com > seedesk.zip > BossSeeClientDoc.h
// BossSeeClientDoc.h : interface of the CBossSeeClientDoc class
//
/////////////////////////////////////////////////////////////////////////////
/***************************************************************************
* Module : *
*
* *
* Created by : ?? Date : 2004.9.12 *
* Modified by : Date : *
* *
* *
***************************************************************************/
#if !defined(AFX_BOSSSEECLIENTDOC_H__47A2337B_95FC_4F17_B302_2E16FFA71ECD__INCLUDED_)
#define AFX_BOSSSEECLIENTDOC_H__47A2337B_95FC_4F17_B302_2E16FFA71ECD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CBossSeeClientDoc : public CDocument
{
protected: // create from serialization only
CBossSeeClientDoc();
DECLARE_DYNCREATE(CBossSeeClientDoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBossSeeClientDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CBossSeeClientDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CBossSeeClientDoc)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BOSSSEECLIENTDOC_H__47A2337B_95FC_4F17_B302_2E16FFA71ECD__INCLUDED_)