home *** CD-ROM | disk | FTP | other *** search
- // lst42Doc.h : interface of the CLst42Doc class
- //
- /////////////////////////////////////////////////////////////////////////////
-
- class CLst42SrvrItem;
-
- class CLst42Doc : public COleServerDoc
- {
- protected: // create from serialization only
- CLst42Doc();
- DECLARE_DYNCREATE(CLst42Doc)
-
- // Attributes
- public:
- CLst42SrvrItem* GetEmbeddedItem()
- { return (CLst42SrvrItem*)COleServerDoc::GetEmbeddedItem(); }
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CLst42Doc)
- protected:
- virtual COleServerItem* OnGetEmbeddedItem();
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~CLst42Doc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- protected:
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CLst42Doc)
- // 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()
-
- // Generated OLE dispatch map functions
- //{{AFX_DISPATCH(CLst42Doc)
- afx_msg BSTR GetMachineName();
- //}}AFX_DISPATCH
- DECLARE_DISPATCH_MAP()
- DECLARE_INTERFACE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-