summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-26 13:48:21 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-26 13:48:21 +0000
commit0c72ac5fd8ed8a15c959da1e8da463170a2e897c (patch)
treedf37d8fdb7aa74b45d037c9b8edc2fe259faca5d /TAO
parentbddd69b62bb86bd8a21d97144be3a82f852c9d9c (diff)
downloadATCD-0c72ac5fd8ed8a15c959da1e8da463170a2e897c.tar.gz
ChangeLogTag: Tue Mar 26 07:46:42 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index cd767e7686f..d5577034085 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Tue Mar 26 07:46:42 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * orbsvcs/orbsvcs/Naming/Naming_Utils.cpp:
+
+ Added back the -u option to the get_opts in parse_args(). It was
+ accidentally removed during a merge.
+
Tue Mar 26 07:26:00 2002 Si Mong Park <spark@ociweb.com>
* TAO/tao/Services.cpp:
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.cpp b/TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.cpp
index de0539372c8..b077c0d508d 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/Naming_Utils.cpp
@@ -142,7 +142,7 @@ int
TAO_Naming_Server::parse_args (int argc,
ACE_TCHAR *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, ACE_LIB_TEXT("b:do:p:s:f:m:"));
+ ACE_Get_Opt get_opts (argc, argv, ACE_LIB_TEXT("b:do:p:s:f:m:u:"));
int c;
int size, result;