diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:11:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:11:56 +0000 |
commit | 8f182d901ca9d3d722e9bc66eb581106f6030854 (patch) | |
tree | ea2e1cfc63f19569a86be93bf0db055f2c87073d | |
parent | 0830cbae4d04521900940cfd1344c51ac4ff6213 (diff) |
INTEGRATION: CWS insight01 (1.6.114); FILE MERGED
2004/03/06 15:57:35 oj 1.6.114.1: #i14237# hold statment not more as weak
-rw-r--r-- | connectivity/source/inc/ado/AResultSet.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/connectivity/source/inc/ado/AResultSet.hxx b/connectivity/source/inc/ado/AResultSet.hxx index 83196ea04082..0410354d62aa 100644 --- a/connectivity/source/inc/ado/AResultSet.hxx +++ b/connectivity/source/inc/ado/AResultSet.hxx @@ -2,9 +2,9 @@ * * $RCSfile: AResultSet.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2001-10-17 18:13:31 $ + * last change: $Author: hr $ $Date: 2004-08-02 17:11:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,7 +143,7 @@ namespace connectivity ADORecordset* m_pRecordSet; OStatement_Base* m_pStmt; - ::com::sun::star::uno::WeakReferenceHelper m_aStatement; + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> m_xStatement; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData> m_xMetaData; ::std::vector<OLEVariant> m_aBookmarks; OLEVariant m_aValue; @@ -185,11 +185,12 @@ namespace connectivity ::com::sun::star::uno::Any& rValue, sal_Int32 nHandle ) const; + virtual ~OResultSet(); public: // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: OResultSet( ADORecordset* _pRecordSet,OStatement_Base* pStmt); OResultSet( ADORecordset* _pRecordSet); - ~OResultSet(); + virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException); virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw(::com::sun::star::uno::RuntimeException); |