summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:14:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:14:03 +0000
commit94a8b2314f9a212ca319cc58c9c5d82763164680 (patch)
treeb66c2a34f6f07fccd7764df8d1ac964ec4b6b152 /dbaccess/source/shared
parentd4085b0e122ae7c19d42cfb6e93da83506877258 (diff)
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
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r--dbaccess/source/shared/apitools.cxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/dbaccess/source/shared/apitools.cxx b/dbaccess/source/shared/apitools.cxx
index 2e41a18cf207..11eb812ad35a 100644
--- a/dbaccess/source/shared/apitools.cxx
+++ b/dbaccess/source/shared/apitools.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: apitools.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 14:15:00 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:14:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -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 @@ using namespace dbaccess;
//============================================================
//= 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