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/dbase/DResultSet.hxx | |
parent | c5468e9272479b710e67e671eca37150b9db932f (diff) |
#86528# some outlining
Diffstat (limited to 'connectivity/source/inc/dbase/DResultSet.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DResultSet.hxx | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/connectivity/source/inc/dbase/DResultSet.hxx b/connectivity/source/inc/dbase/DResultSet.hxx index a44747ed22cc..0db320791da9 100644 --- a/connectivity/source/inc/dbase/DResultSet.hxx +++ b/connectivity/source/inc/dbase/DResultSet.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DResultSet.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: oj $ $Date: 2000-11-03 13:53:38 $ + * last change: $Author: oj $ $Date: 2001-04-30 10:09:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,20 +98,18 @@ namespace connectivity virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper(); virtual sal_Bool fillIndexValues(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XColumnsSupplier> &_xIndex); public: - DECLARE_CTY_DEFAULTS(ODbaseResultSet_BASE2); DECLARE_SERVICE_INFO(); ODbaseResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator); // 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); // XRowLocate virtual ::com::sun::star::uno::Any SAL_CALL getBookmark( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); |