www.pudn.com > seedesk.zip > BossSeeClientDoc.cpp
// BossSeeClientDoc.cpp : implementation of the CBossSeeClientDoc class
//
/***************************************************************************
* Module : *
*
* *
* Created by : ?? Date : 2004.9.12 *
* Modified by : Date : *
* *
* *
***************************************************************************/
#include "stdafx.h"
#include "BossSeeClient.h"
#include "BossSeeClientDoc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBossSeeClientDoc
IMPLEMENT_DYNCREATE(CBossSeeClientDoc, CDocument)
BEGIN_MESSAGE_MAP(CBossSeeClientDoc, CDocument)
//{{AFX_MSG_MAP(CBossSeeClientDoc)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CBossSeeClientDoc construction/destruction
CBossSeeClientDoc::CBossSeeClientDoc()
{
// TODO: add one-time construction code here
}
CBossSeeClientDoc::~CBossSeeClientDoc()
{
}
BOOL CBossSeeClientDoc::OnNewDocument()
{
if (!CDocument::OnNewDocument())
return FALSE;
// TODO: add reinitialization code here
// (SDI documents will reuse this document)
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CBossSeeClientDoc serialization
void CBossSeeClientDoc::Serialize(CArchive& ar)
{
if (ar.IsStoring())
{
// TODO: add storing code here
}
else
{
// TODO: add loading code here
}
}
/////////////////////////////////////////////////////////////////////////////
// CBossSeeClientDoc diagnostics
#ifdef _DEBUG
void CBossSeeClientDoc::AssertValid() const
{
CDocument::AssertValid();
}
void CBossSeeClientDoc::Dump(CDumpContext& dc) const
{
CDocument::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CBossSeeClientDoc commands