diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-04-30 09:16:19 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-04-30 09:16:19 +0000 |
commit | 1add6c0b3e010744567a1ed02909733c1344a717 (patch) | |
tree | 98705bd42d72f7c83186b1b197f86dfd7936e090 /connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx | |
parent | c5468e9272479b710e67e671eca37150b9db932f (diff) |
#86528# some outlining
Diffstat (limited to 'connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx')
-rw-r--r-- | connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx b/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx index 4d7bc218c947..2be661b35ef4 100644 --- a/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx +++ b/connectivity/source/inc/ado/ADatabaseMetaDataResultSet.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ADatabaseMetaDataResultSet.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-10-25 11:24:41 $ + * last change: $Author: oj $ $Date: 2001-04-30 10:09:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -182,7 +182,6 @@ namespace connectivity sal_Int32 nHandle ) const; public: - DECLARE_CTY_DEFAULTS(ODatabaseMetaDataResultSet_BASE); // ein Konstruktor, der fuer das Returnen des Objektes benoetigt wird: ODatabaseMetaDataResultSet( ADORecordset* _pRecordSet); ~ODatabaseMetaDataResultSet(); @@ -191,13 +190,12 @@ namespace connectivity virtual void SAL_CALL disposing(void); // XInterface virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException); + virtual void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException); //XTypeProvider virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException); // XPropertySet - virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException) - { - return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper()); - } + virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException); // XResultSet virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); virtual sal_Bool SAL_CALL isBeforeFirst( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); |