diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:37:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:37:27 +0000 |
commit | 696ef293cad1b79cc0fad81b60d802df2386f9ed (patch) | |
tree | 862bc330d1e552c7158c0c628123bdceda6d3112 /connectivity/source/inc/hsqldb/HViews.hxx | |
parent | 9af7665e29af9d33b6c982f230cf376ed137414b (diff) |
INTEGRATION: CWS qiq (1.3.104); FILE MERGED
2006/06/16 11:32:39 fs 1.3.104.1: during #i51143#:
refactored VCollection:
- createEmptyObject now named createDescriptor
- cloneObject removed
- appendObject now returns the newly created object
(previously done via a subsequent call to cloneObject)
Diffstat (limited to 'connectivity/source/inc/hsqldb/HViews.hxx')
-rw-r--r-- | connectivity/source/inc/hsqldb/HViews.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/hsqldb/HViews.hxx b/connectivity/source/inc/hsqldb/HViews.hxx index c5fd71526ac0..4ef0764fceaf 100644 --- a/connectivity/source/inc/hsqldb/HViews.hxx +++ b/connectivity/source/inc/hsqldb/HViews.hxx @@ -4,9 +4,9 @@ * * $RCSfile: HViews.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:16:52 $ + * last change: $Author: obo $ $Date: 2006-07-10 14:36:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -52,8 +52,8 @@ namespace connectivity protected: virtual sdbcx::ObjectType createObject(const ::rtl::OUString& _rName); virtual void impl_refresh() throw(::com::sun::star::uno::RuntimeException); - virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createEmptyObject(); - virtual void appendObject( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > createDescriptor(); + virtual sdbcx::ObjectType appendObject( const ::rtl::OUString& _rForName, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ); virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName); void createView( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ); |