summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/thread.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:36:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:36:38 +0000
commita00ca2f79b604f345dc20088685344db92520b90 (patch)
tree838636c77bde4c107c886d40770c4c61c8b14638 /cppu/source/threadpool/thread.cxx
parentbdf7baafcc8a167863965a828cd3b5e67ecf612e (diff)
INTEGRATION: CWS dbgmacros1 (1.4.58); FILE MERGED
2003/04/09 10:38:50 kso 1.4.58.1: #108413# - debug macro unification.
Diffstat (limited to 'cppu/source/threadpool/thread.cxx')
-rw-r--r--cppu/source/threadpool/thread.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/threadpool/thread.cxx b/cppu/source/threadpool/thread.cxx
index 009f5ad12711..2f1357545f86 100644
--- a/cppu/source/threadpool/thread.cxx
+++ b/cppu/source/threadpool/thread.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: thread.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: jbu $ $Date: 2001-06-08 15:52:21 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:36:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@ namespace cppu_threadpool {
// ----------------------------------------------------------------------------------
ThreadAdmin::~ThreadAdmin()
{
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
if( m_lst.size() )
{
fprintf( stderr, "%d Threads left\n" , m_lst.size() );