home *** CD-ROM | disk | FTP | other *** search
- // PerfStatsDoc.cpp : implementation file
- //
- // This file is part of Microsoft SQL Server online documentation.
- // Copyright (C) 1992-1997 Microsoft Corporation. All rights reserved.
- //
- // This source code is an intended supplement to the Microsoft SQL
- // Server online references and related electronic documentation.
- #include "stdafx.h"
- #include "MFCPerf.h"
- #include "PerfDoc.h"
-
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
-
- /////////////////////////////////////////////////////////////////////////////
- // CPerfStatsDoc
- IMPLEMENT_DYNCREATE(CPerfStatsDoc, CDocument)
-
- CPerfStatsDoc::CPerfStatsDoc()
- {
- }
-
- CPerfStatsDoc::~CPerfStatsDoc()
- {
- }
-
-
- BEGIN_MESSAGE_MAP(CPerfStatsDoc, CDocument)
- //{{AFX_MSG_MAP(CPerfStatsDoc)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
- /////////////////////////////////////////////////////////////////////////////
- // CPerfStatsDoc diagnostics
-
- #ifdef _DEBUG
- void CPerfStatsDoc::AssertValid() const
- {
- CDocument::AssertValid();
- }
-
- void CPerfStatsDoc::Dump(CDumpContext& dc) const
- {
- CDocument::Dump(dc);
- }
- #endif //_DEBUG
-
- /////////////////////////////////////////////////////////////////////////////
- // CPerfStatsDoc commands
-