summaryrefslogtreecommitdiff
path: root/TAO/tao/Dynamic_TP/DTP_Thread_Pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Dynamic_TP/DTP_Thread_Pool.h')
-rw-r--r--TAO/tao/Dynamic_TP/DTP_Thread_Pool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Dynamic_TP/DTP_Thread_Pool.h b/TAO/tao/Dynamic_TP/DTP_Thread_Pool.h
index 8c942cbf03f..6dae84f7fa4 100644
--- a/TAO/tao/Dynamic_TP/DTP_Thread_Pool.h
+++ b/TAO/tao/Dynamic_TP/DTP_Thread_Pool.h
@@ -207,7 +207,8 @@ public:
void destroy_threadpool (CORBA::ULong threadpool);
/// Collection of thread pools.
- typedef ACE_Hash_Map_Manager<CORBA::ULong, TAO_DTP_Thread_Pool *, ACE_Null_Mutex> THREAD_POOLS;
+ typedef ACE_Hash_Map_Manager<CORBA::ULong, TAO_DTP_Thread_Pool *,
+ ACE_Null_Mutex> THREAD_POOLS;
/// @name Accessors
// @{