summaryrefslogtreecommitdiff
path: root/TAO/tao/CSD_ThreadPool/CSD_TP_Synch_Helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CSD_ThreadPool/CSD_TP_Synch_Helper.h')
-rw-r--r--TAO/tao/CSD_ThreadPool/CSD_TP_Synch_Helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/CSD_ThreadPool/CSD_TP_Synch_Helper.h b/TAO/tao/CSD_ThreadPool/CSD_TP_Synch_Helper.h
index 73597bdd60f..d4664257a1c 100644
--- a/TAO/tao/CSD_ThreadPool/CSD_TP_Synch_Helper.h
+++ b/TAO/tao/CSD_ThreadPool/CSD_TP_Synch_Helper.h
@@ -41,7 +41,6 @@ namespace TAO
class TAO_CSD_TP_Export TP_Synch_Helper
{
public:
-
/// Constructor. Sets initial state to PENDING.
TP_Synch_Helper();
@@ -63,7 +62,6 @@ namespace TAO
/// wait_while_pending() to unblock.
void cancelled();
-
private:
/// Enumeration Type for all possible states of this helper object.
enum HelperState
@@ -89,7 +87,6 @@ namespace TAO
/// state is something other than the PENDING state.
ConditionType condition_;
};
-
}
}