User: hr Date: 05/09/23 05:14:06 Modified: /dba/dbaccess/source/shared/ apitools.cxx
Log: INTEGRATION: CWS dba201b (1.7.118); FILE MERGED 2005/09/21 07:40:48 oj 1.7.118.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/11 13:37:09 fs 1.7.118.1: merging CWS dba201 into CWS dba201b File Changes: Directory: /dba/dbaccess/source/shared/ ======================================= File [changed]: apitools.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/shared/apitools.cxx?r1=1.8&r2=1.9 Delta lines: +8 -0 ------------------- --- apitools.cxx 8 Sep 2005 14:15:00 -0000 1.8 +++ apitools.cxx 23 Sep 2005 12:14:03 -0000 1.9 @@ -46,6 +46,9 @@ #ifndef _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif +#ifndef _TOOLS_DEBUG_HXX +#include <tools/debug.hxx> +#endif using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; @@ -59,16 +62,21 @@ //============================================================ //= OSubComponent //============================================================ +DBG_NAME(OSubComponent) //-------------------------------------------------------------------------- OSubComponent::OSubComponent(Mutex& _rMutex, const Reference< XInterface > & xParent) :OComponentHelper(_rMutex) ,m_xParent(xParent) { + DBG_CTOR(OSubComponent,NULL); + } // ----------------------------------------------------------------------------- OSubComponent::~OSubComponent() { m_xParent = NULL; + + DBG_DTOR(OSubComponent,NULL); } // com::sun::star::lang::XTypeProvider --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
