User: vg Date: 05/03/10 07:37:05 Modified: /dba/connectivity/source/inc/ado/ AViews.hxx
Log: INTEGRATION: CWS dba24 (1.5.260); FILE MERGED 2005/02/09 08:07:52 oj 1.5.260.1: #i26950# remove the need for XNamed File Changes: Directory: /dba/connectivity/source/inc/ado/ ============================================ File [changed]: AViews.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/ado/AViews.hxx?r1=1.5&r2=1.6 Delta lines: +4 -6 ------------------- --- AViews.hxx 9 Nov 2001 06:59:00 -0000 1.5 +++ AViews.hxx 10 Mar 2005 15:37:03 -0000 1.6 @@ -83,11 +83,9 @@ WpADOViews m_aCollection; OCatalog* m_pCatalog; protected: - virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > createObject(const ::rtl::OUString& _rName); + 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 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNamed > 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 ); void setComments(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& descriptor ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::uno::RuntimeException); virtual void dropObject(sal_Int32 _nPos,const ::rtl::OUString _sElementName); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
