summaryrefslogtreecommitdiff
path: root/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request_Operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request_Operation.h')
-rw-r--r--TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request_Operation.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request_Operation.h b/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request_Operation.h
index c838d12b0c0..cc25a814a2e 100644
--- a/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request_Operation.h
+++ b/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request_Operation.h
@@ -68,18 +68,14 @@ namespace TAO
/// is useful for chaining.
PortableServer::Servant servant();
-
protected:
-
/// Constructor.
TP_Custom_Request_Operation(PortableServer::Servant servant);
virtual void execute_i() = 0;
virtual void cancel_i() = 0;
-
private:
-
PortableServer::ServantBase_var servant_;
};