From 71e55e56843d38bd26fcc0163bc8e943d5f23e40 Mon Sep 17 00:00:00 2001 From: brunsch Date: Mon, 21 Jun 1999 02:32:10 +0000 Subject: Changed the case of IR options. --- TAO/tao/ORB_Core.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp index 0bd7115e640..86163ac878f 100644 --- a/TAO/tao/ORB_Core.cpp +++ b/TAO/tao/ORB_Core.cpp @@ -277,7 +277,7 @@ TAO_ORB_Core::init (int &argc, char *argv[]) arg_shifter.consume_arg (); } } - else if (ACE_OS::strcmp (current_arg, "-ORBimplrepoior") == 0) + else if (ACE_OS::strcasecmp (current_arg, "-ORBImplRepoIOR") == 0) { // Specify the IOR of the Implementation Repository @@ -288,7 +288,7 @@ TAO_ORB_Core::init (int &argc, char *argv[]) arg_shifter.consume_arg (); } } - else if (ACE_OS::strcmp (current_arg, "-ORBimplrepoport") == 0) + else if (ACE_OS::strcasecmp (current_arg, "-ORBImplRepoPort") == 0) { // Specify the multicast port number for the Implementation Repository. -- cgit v1.2.1