summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AKey.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-30 09:16:19 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-30 09:16:19 +0000
commit1add6c0b3e010744567a1ed02909733c1344a717 (patch)
tree98705bd42d72f7c83186b1b197f86dfd7936e090 /connectivity/source/drivers/ado/AKey.cxx
parentc5468e9272479b710e67e671eca37150b9db932f (diff)
#86528# some outlining
Diffstat (limited to 'connectivity/source/drivers/ado/AKey.cxx')
-rw-r--r--connectivity/source/drivers/ado/AKey.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/connectivity/source/drivers/ado/AKey.cxx b/connectivity/source/drivers/ado/AKey.cxx
index 59d15c79ed43..00135bc18927 100644
--- a/connectivity/source/drivers/ado/AKey.cxx
+++ b/connectivity/source/drivers/ado/AKey.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AKey.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
@@ -322,5 +322,16 @@ KeyTypeEnum OAdoKey::Map2KeyRule(const sal_Int32& _eNum) const
return eNum;
}
// -----------------------------------------------------------------------------
+// -----------------------------------------------------------------------------
+void SAL_CALL OAdoKey::acquire() throw(::com::sun::star::uno::RuntimeException)
+{
+ OKey_ADO::acquire();
+}
+// -----------------------------------------------------------------------------
+void SAL_CALL OAdoKey::release() throw(::com::sun::star::uno::RuntimeException)
+{
+ OKey_ADO::release();
+}
+// -----------------------------------------------------------------------------