summaryrefslogtreecommitdiff
path: root/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request.h')
-rw-r--r--TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request.h b/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request.h
index 3e9498cece7..beaf7decfa3 100644
--- a/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request.h
+++ b/TAO/tao/CSD_ThreadPool/CSD_TP_Custom_Request.h
@@ -45,13 +45,10 @@ namespace TAO
class TAO_CSD_TP_Export TP_Custom_Request : public TP_Request
{
public:
-
/// Virtual Destructor.
virtual ~TP_Custom_Request();
-
protected:
-
/// Constructor.
TP_Custom_Request(TP_Custom_Request_Operation* op,
TP_Servant_State* servant_state);
@@ -59,9 +56,7 @@ namespace TAO
void execute_op();
void cancel_op();
-
private:
-
TP_Custom_Request_Operation_Handle op_;
};