home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / MSGTRACE.ZIP / MyProjects / MsgTrace / MsgTracer / MsgTracerDoc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-31  |  1.8 KB  |  66 lines

  1. // MsgTracerDoc.h : interface of the CMsgTracerDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_MSGTRACERDOC_H__A5FE8A96_546E_11D1_BB3E_0040959A2C67__INCLUDED_)
  6. #define AFX_MSGTRACERDOC_H__A5FE8A96_546E_11D1_BB3E_0040959A2C67__INCLUDED_
  7.  
  8. #if _MSC_VER >= 1000
  9. #pragma once
  10. #endif // _MSC_VER >= 1000
  11.  
  12.  
  13. class CMsgTracerDoc : public CDocument
  14. {
  15. protected: // create from serialization only
  16.     CMsgTracerDoc();
  17.     DECLARE_DYNCREATE(CMsgTracerDoc)
  18.  
  19. // Attributes
  20. public:
  21.  
  22. // Operations
  23. public:
  24.  
  25. // Overrides
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CMsgTracerDoc)
  28.     public:
  29.     virtual BOOL OnNewDocument();
  30.     virtual void Serialize(CArchive& ar);
  31.     //}}AFX_VIRTUAL
  32.  
  33. // Implementation
  34. public:
  35.     virtual ~CMsgTracerDoc();
  36. #ifdef _DEBUG
  37.     virtual void AssertValid() const;
  38.     virtual void Dump(CDumpContext& dc) const;
  39. #endif
  40.  
  41. protected:
  42.  
  43. // Generated message map functions
  44. protected:
  45.     //{{AFX_MSG(CMsgTracerDoc)
  46.         // NOTE - the ClassWizard will add and remove member functions here.
  47.         //    DO NOT EDIT what you see in these blocks of generated code !
  48.     //}}AFX_MSG
  49.     DECLARE_MESSAGE_MAP()
  50.  
  51.     // Generated OLE dispatch map functions
  52.     //{{AFX_DISPATCH(CMsgTracerDoc)
  53.         // NOTE - the ClassWizard will add and remove member functions here.
  54.         //    DO NOT EDIT what you see in these blocks of generated code !
  55.     //}}AFX_DISPATCH
  56.     DECLARE_DISPATCH_MAP()
  57.     DECLARE_INTERFACE_MAP()
  58. };
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61.  
  62. //{{AFX_INSERT_LOCATION}}
  63. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  64.  
  65. #endif // !defined(AFX_MSGTRACERDOC_H__A5FE8A96_546E_11D1_BB3E_0040959A2C67__INCLUDED_)
  66.