Tag: cws_src680_dba205b User: fs Date: 2006/08/06 13:17:24 Modified: dba/dbaccess/source/core/inc/table.hxx
Log: #i67020# hold the column container mediator as ::rtl::Reference File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: table.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/table.hxx?r1=1.27&r2=1.27.20.1 Delta lines: +6 -5 ------------------- --- table.hxx 10 Jul 2006 15:14:57 -0000 1.27 +++ table.hxx 6 Aug 2006 20:17:21 -0000 1.27.20.1 @@ -4,9 +4,9 @@ * * $RCSfile: table.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.27.20.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 15:14:57 $ + * last change: $Author: fs $ $Date: 2006/08/06 20:17:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,7 +92,6 @@ namespace dbaccess { - typedef ::com::sun::star::uno::WeakReference< ::com::sun::star::sdbc::XConnection > OWeakConnection; //========================================================================== //= OTables //========================================================================== @@ -106,7 +105,9 @@ ,public OTable_Base ,public IColumnFactory { - ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerListener > m_xColumnMediator; + private: + ::rtl::Reference< OContainerMediator > m_pColumnMediator; + protected: ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xColumnDefinitions; ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xDriverColumns; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
