summaryrefslogtreecommitdiff
path: root/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.h')
-rw-r--r--TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.h b/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.h
index db5bafb10e3..cf23ffa4d26 100644
--- a/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.h
+++ b/TAO/tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.h
@@ -68,9 +68,7 @@ namespace TAO
/// false if the request has been cancelled.
bool wait(void);
-
protected:
-
/// Note that we do not override our base class implementation of
/// prepare_for_queue_i() (which does nothing), because we don't
/// need to clone the Server Request object.
@@ -81,9 +79,7 @@ namespace TAO
/// Cancel the request.
virtual void cancel_i();
-
private:
-
/// Helper used to block and unblock the thread that invokes our
/// wait() method.
TP_Synch_Helper synch_helper_;