campo-sirio/ce/sesaddoc.h
guy 71067401ae Cespiti Fasulli
git-svn-id: svn://10.65.10.50/trunk@5000 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-07-31 13:59:53 +00:00

38 lines
914 B
C++
Executable File

// sesaddoc.h : interface of the CSesadumpDoc class
//
/////////////////////////////////////////////////////////////////////////////
class CSesadumpDoc : public CDocument
{
protected: // create from serialization only
CSesadumpDoc();
DECLARE_DYNCREATE(CSesadumpDoc)
// Attributes
public:
// Operations
public:
// Implementation
public:
virtual ~CSesadumpDoc();
virtual void Serialize(CArchive& ar); // overridden for document i/o
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
virtual BOOL OnNewDocument();
// Generated message map functions
protected:
//{{AFX_MSG(CSesadumpDoc)
// 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()
};
/////////////////////////////////////////////////////////////////////////////