diff options
Diffstat (limited to 'connectivity/source/drivers/ado/AIndex.cxx')
-rw-r--r-- | connectivity/source/drivers/ado/AIndex.cxx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/connectivity/source/drivers/ado/AIndex.cxx b/connectivity/source/drivers/ado/AIndex.cxx index 9cdb61d8108f..c4eabc5ce8fc 100644 --- a/connectivity/source/drivers/ado/AIndex.cxx +++ b/connectivity/source/drivers/ado/AIndex.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AIndex.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: oj $ $Date: 2001-04-12 12:31:30 $ + * last change: $Author: oj $ $Date: 2001-04-30 10:11:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -233,6 +233,17 @@ void OAdoIndex::fillPropertyValues() } } // ----------------------------------------------------------------------------- +// ----------------------------------------------------------------------------- +void SAL_CALL OAdoIndex::acquire() throw(::com::sun::star::uno::RuntimeException) +{ + OIndex_ADO::acquire(); +} +// ----------------------------------------------------------------------------- +void SAL_CALL OAdoIndex::release() throw(::com::sun::star::uno::RuntimeException) +{ + OIndex_ADO::release(); +} +// ----------------------------------------------------------------------------- |