Tag: cws_src680_dba24c User: fs Date: 2007-09-18 12:55:53+0000 Modified: dba/dbaccess/source/core/api/RowSet.hxx
Log: during #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.hxx?r1=1.48&r2=1.48.40.1 Delta lines: +4 -5 ------------------- --- RowSet.hxx 2007-07-06 07:52:06+0000 1.48 +++ RowSet.hxx 2007-09-18 12:55:50+0000 1.48.40.1 @@ -4,9 +4,9 @@ * * $RCSfile: RowSet.hxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.48.40.1 $ * - * last change: $Author: rt $ $Date: 2007/07/06 07:52:06 $ + * last change: $Author: fs $ $Date: 2007/09/18 12:55:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -119,7 +119,6 @@ { friend class ORowSetClone; - ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xServiceManager; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xOldConnection; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > m_xActiveConnection; ::com::sun::star::uno::Any m_aActiveConnection; @@ -507,7 +506,7 @@ virtual void SAL_CALL setFastPropertyValue_NoBroadcast(sal_Int32 nHandle,const ::com::sun::star::uno::Any& rValue) throw (::com::sun::star::uno::Exception); public: - ORowSetClone(ORowSet& rParent,::osl::Mutex* _pMutex); + ORowSetClone( const ::comphelper::ComponentContext& _rContext, ORowSet& rParent, ::osl::Mutex* _pMutex ); virtual ~ORowSetClone(); // com::sun::star::lang::XTypeProvider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
