summaryrefslogtreecommitdiff
path: root/TAO/tao/default_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/default_client.h')
-rw-r--r--TAO/tao/default_client.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/TAO/tao/default_client.h b/TAO/tao/default_client.h
index 2aba0ea5b81..ed2eecc253b 100644
--- a/TAO/tao/default_client.h
+++ b/TAO/tao/default_client.h
@@ -43,17 +43,6 @@ public:
// ****************************************************************
-class TAO_Export TAO_RW_Connect_Creation_Strategy : public ACE_Creation_Strategy<TAO_Client_Connection_Handler>
-{
-public:
- TAO_RW_Connect_Creation_Strategy (ACE_Thread_Manager * = 0);
-
- virtual int make_svc_handler (TAO_Client_Connection_Handler *&sh);
- // Makes TAO_RW_Client_Connection_Handlers
-};
-
-// ****************************************************************
-
class TAO_Default_Client_Strategy_Factory : public TAO_Client_Strategy_Factory
{
// = TITLE
@@ -97,8 +86,7 @@ private:
enum Client_Connection_Handler_Type
{
MT_CLIENT_CONNECTION_HANDLER,
- ST_CLIENT_CONNECTION_HANDLER,
- RW_CLIENT_CONNECTION_HANDLER
+ ST_CLIENT_CONNECTION_HANDLER
};
Client_Connection_Handler_Type client_connection_handler_;