summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/AColumn.hxx
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/inc/ado/AColumn.hxx
parentc5468e9272479b710e67e671eca37150b9db932f (diff)
#86528# some outlining
Diffstat (limited to 'connectivity/source/inc/ado/AColumn.hxx')
-rw-r--r--connectivity/source/inc/ado/AColumn.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/ado/AColumn.hxx b/connectivity/source/inc/ado/AColumn.hxx
index e4e464a65ae7..a463f00ca625 100644
--- a/connectivity/source/inc/ado/AColumn.hxx
+++ b/connectivity/source/inc/ado/AColumn.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AColumn.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-04-27 11:38:26 $
+ * last change: $Author: oj $ $Date: 2001-04-30 10:09:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,12 +90,12 @@ namespace connectivity
)
throw (::com::sun::star::uno::Exception);
public:
- DECLARE_CTY_DEFAULTS( OColumn_ADO);
-
OAdoColumn(sal_Bool _bCase,OConnection* _pConnection,_ADOColumn* _pColumn);
OAdoColumn(sal_Bool _bCase,OConnection* _pConnection);
// ODescriptor
virtual void construct();
+ virtual void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException);
// com::sun::star::lang::XUnoTunnel
virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< sal_Int8 >& aIdentifier ) throw(::com::sun::star::uno::RuntimeException);
static ::com::sun::star::uno::Sequence< sal_Int8 > getUnoTunnelImplementationId();