root / trunk / win / Caddoc.h
| Revision 2, 0.8 kB (checked in by docwhat, 9 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | // CADDoc.h : interface of the CCADDoc class |
| 2 | // |
| 3 | ///////////////////////////////////////////////////////////////////////////// |
| 4 | |
| 5 | #ifndef _CADDOC_H_ |
| 6 | #define _CADDOC_H_ |
| 7 | |
| 8 | class CCADDoc : public CDocument |
| 9 | { |
| 10 | protected: // create from serialization only |
| 11 | CCADDoc(); |
| 12 | virtual ~CCADDoc(); |
| 13 | |
| 14 | DECLARE_DYNCREATE(CCADDoc) |
| 15 | |
| 16 | public: |
| 17 | |
| 18 | // Overrides |
| 19 | // ClassWizard generated virtual function overrides |
| 20 | //{{AFX_VIRTUAL(CCADDoc) |
| 21 | //}}AFX_VIRTUAL |
| 22 | |
| 23 | // Generated message map functions |
| 24 | protected: |
| 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.
