summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DIndex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/dbase/DIndex.cxx')
-rw-r--r--connectivity/source/drivers/dbase/DIndex.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/connectivity/source/drivers/dbase/DIndex.cxx b/connectivity/source/drivers/dbase/DIndex.cxx
index 4cc6523672dd..c07a2d1e7c39 100644
--- a/connectivity/source/drivers/dbase/DIndex.cxx
+++ b/connectivity/source/drivers/dbase/DIndex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DIndex.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: fs $ $Date: 2001-04-19 07:10:38 $
+ * last change: $Author: oj $ $Date: 2001-04-30 10:11:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -725,6 +725,17 @@ BOOL ODbaseIndex::CreateImpl()
return sal_True;
}
// -----------------------------------------------------------------------------
+// -----------------------------------------------------------------------------
+void SAL_CALL ODbaseIndex::acquire() throw(::com::sun::star::uno::RuntimeException)
+{
+ ODbaseIndex_BASE::acquire();
+}
+// -----------------------------------------------------------------------------
+void SAL_CALL ODbaseIndex::release() throw(::com::sun::star::uno::RuntimeException)
+{
+ ODbaseIndex_BASE::release();
+}
+// -----------------------------------------------------------------------------