Annotation of parser3/src/sql/odbc/MFCpatches/DAOIMPL.H, revision 1.1
1.1 ! parser 1: // This is a part of the Microsoft Foundation Classes C++ library.
! 2: // Copyright (C) 1992-1998 Microsoft Corporation
! 3: // All rights reserved.
! 4: //
! 5: // This source code is only intended as a supplement to the
! 6: // Microsoft Foundation Classes Reference and related
! 7: // electronic documentation provided with the library.
! 8: // See these sources for detailed information regarding the
! 9: // Microsoft Foundation Classes product.
! 10:
! 11: // Note: must include AFXDAO.H first
! 12:
! 13: /////////////////////////////////////////////////////////////////////////////
! 14: // _AFX_DAO_STATE
! 15:
! 16: #undef AFX_DATA
! 17: #define AFX_DATA
! 18:
! 19: class _AFX_DAO_STATE : public CNoTrackObject
! 20: {
! 21: public:
! 22: // Handle initialization and cleanup of OLE and DAO
! 23: _AFX_DAO_STATE();
! 24: virtual ~_AFX_DAO_STATE();
! 25:
! 26: // MFC/DAO global data
! 27: BOOL m_bOleInitialized;
! 28: DAODBEngine* m_pDAODBEngine;
! 29: CMapPtrToPtr m_mapWorkspaces;
! 30: };
! 31:
! 32: #undef AFX_DATA
! 33: #define AFX_DATA
! 34:
! 35: /////////////////////////////////////////////////////////////////////////////
E-mail: