diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-25 10:24:43 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-25 10:24:43 +0000 |
commit | 81d53b1459dc1a1b3e38d019f0055cc7285899a1 (patch) | |
tree | 74a96ff817adedee22516b102f6158e19451a902 /connectivity/source/inc/dbase/DTables.hxx | |
parent | 93346bbb8f4ddf22dc5388b640fc5a6f64fb1406 (diff) |
OBaseMutex has moved
Diffstat (limited to 'connectivity/source/inc/dbase/DTables.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DTables.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/dbase/DTables.hxx b/connectivity/source/inc/dbase/DTables.hxx index ec191e8ba091..a2b8d195c005 100644 --- a/connectivity/source/inc/dbase/DTables.hxx +++ b/connectivity/source/inc/dbase/DTables.hxx @@ -2,9 +2,9 @@ * * $RCSfile: DTables.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:14:26 $ + * last change: $Author: oj $ $Date: 2000-10-25 11:24:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,6 +84,8 @@ namespace connectivity const ::std::vector< ::rtl::OUString> &_rVector) : ODbaseTables_BASE(_rMetaData,_rParent,_rMutex,_rVector) {} + virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); + // XAppend virtual void SAL_CALL appendByDescriptor( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::container::ElementExistException, ::com::sun::star::uno::RuntimeException); // XDrop |