ODBCDepartmentDoc.cpp
上传用户:benben_wyd
上传日期:2010-02-26
资源大小:1229k
文件大小:1k
- // ODBCDepartmentDoc.cpp : implementation of the CODBCDepartmentDoc class
- //
- #include "stdafx.h"
- #include "ODBCDepartment.h"
- #include "ODBCDepartmentSet.h"
- #include "ODBCDepartmentDoc.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CODBCDepartmentDoc
- IMPLEMENT_DYNCREATE(CODBCDepartmentDoc, CDocument)
- BEGIN_MESSAGE_MAP(CODBCDepartmentDoc, CDocument)
- //{{AFX_MSG_MAP(CODBCDepartmentDoc)
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CODBCDepartmentDoc construction/destruction
- CODBCDepartmentDoc::CODBCDepartmentDoc()
- {
- }
- CODBCDepartmentDoc::~CODBCDepartmentDoc()
- {
- }
- BOOL CODBCDepartmentDoc::OnNewDocument()
- {
- if (!CDocument::OnNewDocument())
- return FALSE;
- return TRUE;
- }
- /////////////////////////////////////////////////////////////////////////////
- // CODBCDepartmentDoc diagnostics
- #ifdef _DEBUG
- void CODBCDepartmentDoc::AssertValid() const
- {
- CDocument::AssertValid();
- }
- void CODBCDepartmentDoc::Dump(CDumpContext& dc) const
- {
- CDocument::Dump(dc);
- }
- #endif //_DEBUG
- /////////////////////////////////////////////////////////////////////////////
- // CODBCDepartmentDoc commands