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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/Dynamic_TP/DTP_Thread_Pool.h b/TAO/tao/Dynamic_TP/DTP_Thread_Pool.h
index 520d3e5964c..df83f5f3124 100644
--- a/TAO/tao/Dynamic_TP/DTP_Thread_Pool.h
+++ b/TAO/tao/Dynamic_TP/DTP_Thread_Pool.h
@@ -48,7 +48,6 @@ class TAO_Dynamic_TP_Export TAO_DTP_New_Leader_Generator
: public TAO_New_Leader_Generator
{
public:
-
/// Constructor.
TAO_DTP_New_Leader_Generator (TAO_DTP_Thread_Pool &lane);
@@ -57,7 +56,6 @@ public:
bool no_leaders_available (void);
private:
-
/// Pool associated with this leader generator.
TAO_DTP_Thread_Pool &pool_;
};
@@ -243,7 +241,6 @@ public:
// @}
private:
-
/// @name Helpers
// @{
@@ -255,7 +252,6 @@ private:
// @}
private:
-
TAO_ORB_Core &orb_core_;
THREAD_POOLS thread_pools_;