home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 32 / IOPROG_32.ISO / SOFT / SqlEval7 / devtools / samples / ODBC / mfcperf / docslow.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-20  |  1.3 KB  |  51 lines

  1. // MFCPDocSlow.h : interface of the CMFCPDocSlow class
  2. //
  3. // This file is part of Microsoft SQL Server online documentation.
  4. // Copyright (C) 1992-1997 Microsoft Corporation. All rights reserved.
  5. //
  6. // This source code is an intended supplement to the Microsoft SQL
  7. // Server online references and related electronic documentation.
  8.  
  9. /////////////////////////////////////////////////////////////////////////////
  10. class CMFCPDocSlow : public CDocument
  11. {
  12. protected: // create from serialization only
  13.     CMFCPDocSlow();
  14.     DECLARE_DYNCREATE(CMFCPDocSlow)
  15.  
  16. // Attributes
  17. public:
  18.     CMFCPCust*  m_pMFCPCust;
  19.     CDatabase   m_Database;
  20.  
  21. // Operations
  22. public:
  23.  
  24. // Overrides
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL(CMFCPDocSlow)
  27.     public:
  28.     virtual BOOL OnNewDocument();
  29.     //}}AFX_VIRTUAL
  30.  
  31. // Implementation
  32. public:
  33.     virtual ~CMFCPDocSlow();
  34. #ifdef _DEBUG
  35.     virtual void AssertValid() const;
  36.     virtual void Dump(CDumpContext& dc) const;
  37. #endif
  38.  
  39. protected:
  40.  
  41. // Generated message map functions
  42. protected:
  43.     //{{AFX_MSG(CMFCPDocSlow)
  44.         // NOTE - the ClassWizard will add and remove member functions here.
  45.         //    DO NOT EDIT what you see in these blocks of generated code !
  46.     //}}AFX_MSG
  47.     DECLARE_MESSAGE_MAP()
  48. };
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51.