summaryrefslogtreecommitdiff
path: root/TAO/tao/default_client.cpp
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 20:37:55 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 20:37:55 +0000
commitaead8bc6d36e585557f12a59f62b35be2228f6d8 (patch)
treed6f3fd152aa9f627829d12bda98d4706c88d0b22 /TAO/tao/default_client.cpp
parent2c6ee20e57f3f57a87d3c7f24b70ad87ec498ffa (diff)
downloadATCD-aead8bc6d36e585557f12a59f62b35be2228f6d8.tar.gz
Renamed the ORBtransportmuxstrategy to ORBRequestMuxStrategy
Diffstat (limited to 'TAO/tao/default_client.cpp')
-rw-r--r--TAO/tao/default_client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/default_client.cpp b/TAO/tao/default_client.cpp
index f45d053efb4..3c039153ac7 100644
--- a/TAO/tao/default_client.cpp
+++ b/TAO/tao/default_client.cpp
@@ -90,7 +90,7 @@ TAO_Default_Client_Strategy_Factory::parse_args (int argc, char ** argv)
}
}
}
- else if (ACE_OS::strcmp (argv[curarg], "-ORBrequestmuxstrategy") == 0)
+ else if (ACE_OS::strcmp (argv[curarg], "-ORBTransportMuxStrategy") == 0)
{
curarg++;
if (curarg < argc)
@@ -130,7 +130,7 @@ TAO_Default_Client_Strategy_Factory::create_iiop_profile_lock (void)
// -ORBclientconnectionhandler option to implement the WS factory,
// but you need new options for the TMS...
-// Create the correct client request muxing strategy.
+// Create the correct client transport muxing strategy.
TAO_Transport_Mux_Strategy *
TAO_Default_Client_Strategy_Factory::create_transport_mux_strategy (void)
{