#if !defined(AFX_DEPTHDOC_H__206CD662_1075_4068_AF91_C1193C9F35DE__INCLUDED_)
#define AFX_DEPTHDOC_H__206CD662_1075_4068_AF91_C1193C9F35DE__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DepthDoc.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDepthDoc document

class CDepthDoc : public CDocument
{
protected:
	CDepthDoc();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CDepthDoc)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDepthDoc)
	public:
	virtual void Serialize(CArchive& ar);   // overridden for document i/o
	protected:
	virtual BOOL OnNewDocument();
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CDepthDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
protected:
	//{{AFX_MSG(CDepthDoc)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DEPTHDOC_H__206CD662_1075_4068_AF91_C1193C9F35DE__INCLUDED_)
