User: obo     
Date: 2006/07/10 07:35:01

Modified:
   dba/connectivity/source/inc/ado/AUsers.hxx

Log:
 INTEGRATION: CWS qiq (1.7.104); FILE MERGED
 2006/06/16 11:32:37 fs 1.7.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)

File Changes:

Directory: /dba/connectivity/source/inc/ado/
============================================

File [changed]: AUsers.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/ado/AUsers.hxx?r1=1.7&r2=1.8
Delta lines:  +2 -2
-------------------
--- AUsers.hxx  8 Sep 2005 06:54:48 -0000       1.7
+++ AUsers.hxx  10 Jul 2006 14:34:59 -0000      1.8
@@ -61,9 +61,9 @@
                        OCatalog*       m_pCatalog;
                public:
             virtual sdbcx::ObjectType createObject(const ::rtl::OUString& 
_rName);
-            virtual ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet > createEmptyObject();
+            virtual ::com::sun::star::uno::Reference< 
::com::sun::star::beans::XPropertySet > createDescriptor();
             virtual void impl_refresh() 
throw(::com::sun::star::uno::RuntimeException);
-                       virtual void appendObject( const 
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& 
descriptor );
+            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);
                public:
                        OUsers( OCatalog* _pParent,




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

Reply via email to