User: hr      
Date: 05/09/23 05:07:13

Modified:
 /dba/dbaccess/source/core/dataaccess/
  myucp_datasupplier.cxx

Log:
 INTEGRATION: CWS dba201b (1.2.146); FILE MERGED
 2005/09/21 07:04:39 oj 1.2.146.2: RESYNC: (1.2-1.3); FILE MERGED
 2005/07/11 13:37:02 fs 1.2.146.1: merging CWS dba201 into CWS dba201b

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: myucp_datasupplier.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/myucp_datasupplier.cxx?r1=1.3&r2=1.4
Delta lines:  +8 -0
-------------------
--- myucp_datasupplier.cxx      8 Sep 2005 13:31:22 -0000       1.3
+++ myucp_datasupplier.cxx      23 Sep 2005 12:07:11 -0000      1.4
@@ -57,6 +57,9 @@
 #ifndef _COM_SUN_STAR_CONTAINER_XHIERARCHICALNAMEACCESS_HPP_
 #include <com/sun/star/container/XHierarchicalNameAccess.hpp>
 #endif
+#ifndef _TOOLS_DEBUG_HXX
+#include <tools/debug.hxx>
+#endif
 
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::ucb;
@@ -149,18 +152,23 @@
 //
 //=========================================================================
 //=========================================================================
+DBG_NAME(DataSupplier)
 
 DataSupplier::DataSupplier( const Reference< XMultiServiceFactory >& rxSMgr,
                                                   const rtl::Reference< 
ODocumentContainer >& rContent,
                                                        sal_Int32 nOpenMode )
 : m_pImpl( new DataSupplier_Impl( rxSMgr, rContent,nOpenMode ) )
 {
+    DBG_CTOR(DataSupplier,NULL);
+
 }
 
 //=========================================================================
 // virtual
 DataSupplier::~DataSupplier()
 {
+
+    DBG_DTOR(DataSupplier,NULL);
 }
 
 //=========================================================================




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

Reply via email to