home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / Epoc / Palmtime / files / FrotzCE2_src.ZIP / FrotzCE / FrotzCEDoc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-09  |  1.0 KB  |  44 lines

  1. // FrotzCEDoc.h : interface of the CFrotzCEDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. class CFrotzCEDoc : public CDocument
  6. {
  7. protected: // create from serialization only
  8.     CFrotzCEDoc();
  9.     DECLARE_DYNCREATE(CFrotzCEDoc)
  10.  
  11. // Attributes
  12. public:
  13.  
  14. // Operations
  15. public:
  16.  
  17. // Overrides
  18.     // ClassWizard generated virtual function overrides
  19.     //{{AFX_VIRTUAL(CFrotzCEDoc)
  20.     public:
  21.     virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
  22.     //}}AFX_VIRTUAL
  23.  
  24. // Implementation
  25. public:
  26.     virtual ~CFrotzCEDoc();
  27. #ifdef _DEBUG
  28.     virtual void AssertValid() const;
  29.     virtual void Dump(CDumpContext& dc) const;
  30. #endif
  31.  
  32. protected:
  33.  
  34. // Generated message map functions
  35. protected:
  36.     //{{AFX_MSG(CFrotzCEDoc)
  37.         // NOTE - the ClassWizard will add and remove member functions here.
  38.         //    DO NOT EDIT what you see in these blocks of generated code !
  39.     //}}AFX_MSG
  40.     DECLARE_MESSAGE_MAP()
  41. };
  42.  
  43. /////////////////////////////////////////////////////////////////////////////
  44.