User: obo     
Date: 2006/07/10 08:15:21

Modified:
   dba/dbaccess/source/core/inc/tablecontainer.hxx

Log:
 INTEGRATION: CWS qiq (1.25.124); FILE MERGED
 2006/06/16 11:47:41 fs 1.25.124.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)

File Changes:

Directory: /dba/dbaccess/source/core/inc/
=========================================

File [changed]: tablecontainer.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/tablecontainer.hxx?r1=1.25&r2=1.26
Delta lines:  +2 -2
-------------------
--- tablecontainer.hxx  8 Sep 2005 13:51:16 -0000       1.25
+++ tablecontainer.hxx  10 Jul 2006 15:15:18 -0000      1.26
@@ -114,8 +114,8 @@
 
                // ::connectivity::sdbcx::OCollection
                virtual connectivity::sdbcx::ObjectType         
createObject(const ::rtl::OUString& _rName);
-               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 connectivity::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);
 
                virtual sal_Bool isNameValid(const ::rtl::OUString& _rName,




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to