summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-08-02 14:16:12 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-08-02 14:16:12 +0000
commitece0f4229fb7b12a5871a27c512f59f4fbe0c5b7 (patch)
treee1a033316091647b6ef66ed9781a7483200ae3a5
parent3c49a0d876064baefed5110e0739f6340a178bac (diff)
downloadATCD-ece0f4229fb7b12a5871a27c512f59f4fbe0c5b7.tar.gz
ChangeLogTag:Thu Aug 02 06:59:39 2001 Steve Huston <shuston@riverace.com>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/tests/Smart_Proxies/On_Demand/client.cpp2
-rw-r--r--THANKS1
3 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 4b417ceb1f2..1e4470b37cf 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Thu Aug 2 09:09:26 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+
+ * tests/Smart_Proxies/On_Demand/client.cpp (parse_args): Fixed a
+ but where there was a missing ":" in the get_opts string.
+ Thanks to Goran Lowkrantz <goran.lowkrantz@ismobile.com> for
+ reporting this. Fixes bugid 995.
+
Wed Aug 1 18:17:38 2001 Carlos O'Ryan <coryan@uci.edu>
* tao/PortableServer/ImplRepoC.h:
diff --git a/TAO/tests/Smart_Proxies/On_Demand/client.cpp b/TAO/tests/Smart_Proxies/On_Demand/client.cpp
index 81e6c9c98b0..13302959bce 100644
--- a/TAO/tests/Smart_Proxies/On_Demand/client.cpp
+++ b/TAO/tests/Smart_Proxies/On_Demand/client.cpp
@@ -27,7 +27,7 @@ const char *ior = "file://test.ior";
int
parse_args (int argc, char *argv[])
{
- ACE_Get_Opt get_opts (argc, argv, "i");
+ ACE_Get_Opt get_opts (argc, argv, "i:");
int c;
while ((c = get_opts ()) != -1)
diff --git a/THANKS b/THANKS
index e0e845bfad6..c5c39d2c762 100644
--- a/THANKS
+++ b/THANKS
@@ -1304,6 +1304,7 @@ Grzegorz Sikora <GSikora1@era.pl>
Fabris <fabris65@my-deja.com>
Christina Junru <junruli@lucent.com>
Patrick Rabau <Patrick.Rabau@htc.com>
+Hyman Rosen <hyrosen@mail.com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile