summaryrefslogtreecommitdiff
path: root/TAO/tao/Dynamic_TP/DTP_Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Dynamic_TP/DTP_Task.h')
-rw-r--r--TAO/tao/Dynamic_TP/DTP_Task.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Dynamic_TP/DTP_Task.h b/TAO/tao/Dynamic_TP/DTP_Task.h
index 71c513a87da..ae858e9f443 100644
--- a/TAO/tao/Dynamic_TP/DTP_Task.h
+++ b/TAO/tao/Dynamic_TP/DTP_Task.h
@@ -124,12 +124,12 @@ private:
/// release the request, reset the accepting flag if necessary
void clear_request (TAO::CSD::TP_Request_Handle &r);
- void add_busy (void);
- void remove_busy (void);
- void add_active (void);
+ void add_busy ();
+ void remove_busy ();
+ void add_active ();
bool remove_active (bool);
- bool need_active (void);
- bool above_minimum (void);
+ bool need_active ();
+ bool above_minimum ();
typedef TAO_SYNCH_MUTEX LockType;
typedef TAO_Condition<LockType> ConditionType;