summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-21 02:32:10 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-21 02:32:10 +0000
commit71e55e56843d38bd26fcc0163bc8e943d5f23e40 (patch)
tree228989a96a4a9a7128a674edf056af1349aea83a
parent2ce7fcb77c55a19acef85ee53e4665f276fd36dc (diff)
downloadATCD-IR.tar.gz
Changed the case of IR options.IR
-rw-r--r--TAO/tao/ORB_Core.cpp4
1 files 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.