User: rt      
Date: 06/05/04 01:43:37

Modified:
 /dba/dbaccess/source/ui/inc/
  TableRowExchange.hxx

Log:
 INTEGRATION: CWS dba203c (1.2.110); FILE MERGED
 2006/04/13 13:57:17 oj 1.2.110.1: hold TableRow now with a shared_ptr

File Changes:

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: TableRowExchange.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableRowExchange.hxx?r1=1.2&r2=1.3
Delta lines:  +3 -2
-------------------
--- TableRowExchange.hxx        8 Sep 2005 15:37:46 -0000       1.2
+++ TableRowExchange.hxx        4 May 2006 08:43:35 -0000       1.3
@@ -44,15 +44,16 @@
 #ifndef _TRANSFER_HXX 
 #include <svtools/transfer.hxx>
 #endif
+#include <boost/shared_ptr.hpp>
 
 namespace dbaui
 {
        class OTableRow;
        class OTableRowExchange : public TransferableHelper
        {
-               ::std::vector<OTableRow*> m_vTableRow;
+               ::std::vector< ::boost::shared_ptr<OTableRow> > m_vTableRow;
        public:
-               OTableRowExchange(const ::std::vector<OTableRow*>& _rvTableRow);
+               OTableRowExchange(const ::std::vector< 
::boost::shared_ptr<OTableRow> >& _rvTableRow);
        protected:
                virtual void            AddSupportedFormats();
                virtual sal_Bool        GetData( const 
::com::sun::star::datatransfer::DataFlavor& rFlavor );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to