User: vg Date: 05/03/10 07:23:48 Modified: /dba/connectivity/source/drivers/ado/ ATables.cxx
Log: INTEGRATION: CWS dba24 (1.14.32); FILE MERGED 2005/02/09 08:07:40 oj 1.14.32.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: ATables.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/ATables.cxx?r1=1.14&r2=1.15 Delta lines: +3 -3 ------------------- --- ATables.cxx 22 Oct 2004 08:43:13 -0000 1.14 +++ ATables.cxx 10 Mar 2005 15:23:45 -0000 1.15 @@ -112,7 +112,7 @@ typedef connectivity::sdbcx::OCollection OCollection_TYPE; -Reference< XNamed > OTables::createObject(const ::rtl::OUString& _rName) +sdbcx::ObjectType OTables::createObject(const ::rtl::OUString& _rName) { OSL_ENSURE(m_aCollection.IsValid(),"Collection isn't valid"); return new OAdoTable(this,isCaseSensitive(),m_pCatalog,m_aCollection.GetItem(_rName)); @@ -153,7 +153,7 @@ ADOS::ThrowException(*m_pCatalog->getConnection()->getConnection(),static_cast<XTypeProvider*>(this)); } // ------------------------------------------------------------------------- -Reference< XNamed > OTables::cloneObject(const Reference< XPropertySet >& _xDescriptor) +sdbcx::ObjectType OTables::cloneObject(const Reference< XPropertySet >& _xDescriptor) { OAdoTable* pTable = NULL; if(getImplementation(pTable,_xDescriptor) && pTable != NULL) @@ -161,7 +161,7 @@ WpADOTable aTable = pTable->getImpl(); return new OAdoTable(this,isCaseSensitive(),m_pCatalog,aTable); } - return Reference< XNamed >(); + return sdbcx::ObjectType(); } // ----------------------------------------------------------------------------- void OTables::appendNew(const ::rtl::OUString& _rsNewTable) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
