summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/inc/TableDeco.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
commit0f1ce61d1626bb8853654a3a352ef8d6a0063122 (patch)
tree017ee2722db55a1e3aeb5eea1d1d21fe807bc8c6 /dbaccess/source/core/inc/TableDeco.hxx
parentef133aff9b07a2c80392ce65e1a59e52edccce46 (diff)
#86528# some outlining
Diffstat (limited to 'dbaccess/source/core/inc/TableDeco.hxx')
-rw-r--r--dbaccess/source/core/inc/TableDeco.hxx14
1 files changed, 5 insertions, 9 deletions
diff --git a/dbaccess/source/core/inc/TableDeco.hxx b/dbaccess/source/core/inc/TableDeco.hxx
index 31022f5eeeb1..0504b57c66b7 100644
--- a/dbaccess/source/core/inc/TableDeco.hxx
+++ b/dbaccess/source/core/inc/TableDeco.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: TableDeco.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-04-24 14:41:30 $
+ * last change: $Author: oj $ $Date: 2001-04-30 10:15:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -197,6 +197,8 @@ namespace dbaccess
//XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL acquire() throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL release() throw(::com::sun::star::uno::RuntimeException);
//XTypeProvider
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw(::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw (::com::sun::star::uno::RuntimeException);
@@ -206,10 +208,6 @@ namespace dbaccess
// ::com::sun::star::lang::XServiceInfo
DECLARE_SERVICE_INFO();
- // XInterface
- DECLARE_CTY_DEFAULTS(OTableDescriptor_BASE);
-
-
// XPropertySet
virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException);
// ::com::sun::star::sdbcx::XRename,
@@ -221,9 +219,7 @@ namespace dbaccess
// XNamed
virtual ::rtl::OUString SAL_CALL getName() throw(::com::sun::star::uno::RuntimeException);
- virtual void SAL_CALL setName( const ::rtl::OUString& aName ) throw (::com::sun::star::uno::RuntimeException)
- {
- }
+ virtual void SAL_CALL setName( const ::rtl::OUString& aName ) 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);