root / trunk / win / Caddoc.h

Revision 2, 0.8 kB (checked in by docwhat, 9 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1// CADDoc.h : interface of the CCADDoc class
2//
3/////////////////////////////////////////////////////////////////////////////
4
5#ifndef _CADDOC_H_
6#define _CADDOC_H_
7
8class CCADDoc : public CDocument
9{
10protected: // create from serialization only
11    CCADDoc();
12    virtual ~CCADDoc();
13
14    DECLARE_DYNCREATE(CCADDoc)
15
16public:
17
18// Overrides
19    // ClassWizard generated virtual function overrides
20    //{{AFX_VIRTUAL(CCADDoc)
21    //}}AFX_VIRTUAL
22
23// Generated message map functions
24protected:
25    //{{AFX_MSG(CCADDoc)
26    //}}AFX_MSG
27
28    DECLARE_MESSAGE_MAP()
29};
30
31/////////////////////////////////////////////////////////////////////////////
32
33//{{AFX_INSERT_LOCATION}}
34// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
35
36#endif // _CADDOC_H_
Note: See TracBrowser for help on using the browser.