home *** CD-ROM | disk | FTP | other *** search
- // BiblioDoc.h : interface of the CBiblioDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
-
- class CBiblioDoc : public CDocument
- {
- protected: // create from serialization only
- CBiblioDoc();
- DECLARE_DYNCREATE(CBiblioDoc)
-
- // Attributes
- public:
- CBiblioSet m_biblioSet;
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBiblioDoc)
- public:
- virtual BOOL OnNewDocument();
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~CBiblioDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- protected:
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CBiblioDoc)
- // 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()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-