INTEGRATION: CWS dbgmacros1 (1.4.58); FILE MERGED

2003/04/09 10:38:50 kso 1.4.58.1: #108413# - debug macro unification.
This commit is contained in:
Vladimir Glazounov
2003-04-15 15:36:38 +00:00
parent bdf7baafcc
commit a00ca2f79b

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: thread.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -85,7 +85,7 @@ namespace cppu_threadpool {
// ---------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------
ThreadAdmin::~ThreadAdmin() ThreadAdmin::~ThreadAdmin()
{ {
#ifdef DEBUG #if OSL_DEBUG_LEVEL > 1
if( m_lst.size() ) if( m_lst.size() )
{ {
fprintf( stderr, "%d Threads left\n" , m_lst.size() ); fprintf( stderr, "%d Threads left\n" , m_lst.size() );