From 90eb782c2c965e25dee4c164e1ad678054d5212f Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 8 Jun 1999 20:37:55 +0000 Subject: Renamed the ORBtransportmuxstrategy to ORBRequestMuxStrategy --- TAO/tao/default_client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/tao/default_client.cpp') 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) { -- cgit v1.2.1