User: vg Date: 05/03/10 08:30:27 Modified: /dba/dbaccess/source/core/api/ HelperCollections.hxx
Log: INTEGRATION: CWS dba24 (1.2.162); FILE MERGED 2005/02/09 08:12:58 oj 1.2.162.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: HelperCollections.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/HelperCollections.hxx?r1=1.2&r2=1.3 Delta lines: +5 -5 ------------------- --- HelperCollections.hxx 16 Dec 2003 12:39:43 -0000 1.2 +++ HelperCollections.hxx 10 Mar 2005 16:30:24 -0000 1.3 @@ -98,7 +98,7 @@ { ::vos::ORef< ::connectivity::OSQLColumns> m_aColumns; protected: - virtual Reference< XNamed > createObject(const ::rtl::OUString& _rName); + virtual connectivity::sdbcx::ObjectType createObject(const ::rtl::OUString& _rName); virtual void impl_refresh() throw(RuntimeException) {} virtual Reference< XPropertySet > createEmptyObject() { @@ -123,7 +123,7 @@ { OSQLTables m_aTables; protected: - virtual Reference< XNamed > createObject(const ::rtl::OUString& _rName); + virtual connectivity::sdbcx::ObjectType createObject(const ::rtl::OUString& _rName); virtual void impl_refresh() throw(RuntimeException) {} virtual Reference< XPropertySet > createEmptyObject() { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
