/*++ Copyright (c) 1998 Microsoft Corporation Module Name: FTMan File Name: FTDoc.h Abstract: The definition of class CFTDocument. It is the MFC document class for the FT Volume views Author: Cristian Teodorescu October 20, 1998 Notes: Revision History: --*/ ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_FTDOC_H__B83E0001_6873_11D2_A297_00A0C9063765__INCLUDED_) #define AFX_FTDOC_H__B83E0001_6873_11D2_A297_00A0C9063765__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CFTDocument : public CDocument { protected: // create from serialization only CFTDocument(); DECLARE_DYNCREATE(CFTDocument) // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CFTDocument) public: virtual BOOL OnNewDocument(); virtual void Serialize(CArchive& ar); //}}AFX_VIRTUAL // Implementation public: virtual ~CFTDocument(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif protected: // Generated message map functions protected: //{{AFX_MSG(CFTDocument) // 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_FTDOC_H__B83E0001_6873_11D2_A297_00A0C9063765__INCLUDED_)