summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/ado/AIndexes.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 13:34:14 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 13:34:14 +0000
commitc0b5d63ff7a4f7de226b5a26dbbced23e0dcb79d (patch)
tree1c1f02c6cabca2c8f0af321b9513511130ff32f1 /connectivity/source/inc/ado/AIndexes.hxx
parentb097da2f51661aeb0dc7881e7643185fa5c73eb0 (diff)
INTEGRATION: CWS qiq (1.8.104); FILE MERGED
2006/06/16 11:32:36 fs 1.8.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/ado/AIndexes.hxx')
-rw-r--r--connectivity/source/inc/ado/AIndexes.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/connectivity/source/inc/ado/AIndexes.hxx b/connectivity/source/inc/ado/AIndexes.hxx
index c588305a0319..5f13c60dc83e 100644
--- a/connectivity/source/inc/ado/AIndexes.hxx
+++ b/connectivity/source/inc/ado/AIndexes.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AIndexes.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 06:51:42 $
+ * last change: $Author: obo $ $Date: 2006-07-10 14:34:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,10 +57,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();
- // return a object which is the copy of the descriptor
- virtual sdbcx::ObjectType cloneObject(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _xDescriptor);
- 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);
public:
OIndexes(::cppu::OWeakObject& _rParent,