summaryrefslogtreecommitdiff
path: root/win/Caddoc.h
blob: 7257f61486cdbca79d186d0fbc3de2e527a11045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// CADDoc.h : interface of the CCADDoc class
//
/////////////////////////////////////////////////////////////////////////////

#ifndef _CADDOC_H_
#define _CADDOC_H_

class CCADDoc : public CDocument
{
protected: // create from serialization only
	CCADDoc();
	virtual ~CCADDoc();

	DECLARE_DYNCREATE(CCADDoc)

public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCADDoc)
	//}}AFX_VIRTUAL

// Generated message map functions
protected:
	//{{AFX_MSG(CCADDoc)
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // _CADDOC_H_