summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AView.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/AView.cxx
parentc5468e9272479b710e67e671eca37150b9db932f (diff)
#86528# some outlining
Diffstat (limited to 'connectivity/source/drivers/ado/AView.cxx')
-rw-r--r--connectivity/source/drivers/ado/AView.cxx15
1 files changed, 13 insertions, 2 deletions
diff --git a/connectivity/source/drivers/ado/AView.cxx b/connectivity/source/drivers/ado/AView.cxx
index 709d501656e4..53739893103e 100644
--- a/connectivity/source/drivers/ado/AView.cxx
+++ b/connectivity/source/drivers/ado/AView.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AView.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2001-04-24 14:13:15 $
+ * 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
@@ -207,5 +207,16 @@ void OAdoView::getFastPropertyValue(Any& rValue,sal_Int32 nHandle) const
}
}
// -----------------------------------------------------------------------------
+// -----------------------------------------------------------------------------
+void SAL_CALL OAdoView::acquire() throw(::com::sun::star::uno::RuntimeException)
+{
+ OView_ADO::acquire();
+}
+// -----------------------------------------------------------------------------
+void SAL_CALL OAdoView::release() throw(::com::sun::star::uno::RuntimeException)
+{
+ OView_ADO::release();
+}
+// -----------------------------------------------------------------------------