User: vg Date: 05/03/10 07:23:33 Modified: /dba/connectivity/source/drivers/ado/ AKeys.cxx
Log: INTEGRATION: CWS dba24 (1.13.32); FILE MERGED 2005/02/09 08:07:40 oj 1.13.32.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/source/drivers/ado/ ================================================ File [changed]: AKeys.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/ado/AKeys.cxx?r1=1.13&r2=1.14 Delta lines: +3 -3 ------------------- --- AKeys.cxx 22 Oct 2004 08:42:58 -0000 1.13 +++ AKeys.cxx 10 Mar 2005 15:23:29 -0000 1.14 @@ -100,7 +100,7 @@ using namespace com::sun::star::sdbcx; using namespace com::sun::star::container; -Reference< XNamed > OKeys::createObject(const ::rtl::OUString& _rName) +sdbcx::ObjectType OKeys::createObject(const ::rtl::OUString& _rName) { return new OAdoKey(isCaseSensitive(),m_pConnection,m_aCollection.GetItem(_rName)); } @@ -152,12 +152,12 @@ ADOS::ThrowException(*m_pConnection->getConnection(),static_cast<XTypeProvider*>(this)); } // ----------------------------------------------------------------------------- -Reference< XNamed > OKeys::cloneObject(const Reference< XPropertySet >& _xDescriptor) +sdbcx::ObjectType OKeys::cloneObject(const Reference< XPropertySet >& _xDescriptor) { OAdoKey* pKey = NULL; if(getImplementation(pKey,_xDescriptor) && pKey != NULL) return new OAdoKey(isCaseSensitive(),m_pConnection,pKey->getImpl()); - return Reference< XNamed >(); + return sdbcx::ObjectType(); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
