summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-27 07:33:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-27 07:33:53 +0000
commit4a099386ce1e498af168e4b129759d19b09b7ba8 (patch)
tree25472ccaa1780aac3e25242f8e9a631ecf40a13d
parentc4668933291dc0316812f539041232d8fe2e5680 (diff)
downloadATCD-4a099386ce1e498af168e4b129759d19b09b7ba8.tar.gz
ChangeLogTag: Wed Jul 27 07:28:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/docs/tutorials/Quoter/RT_Event_Service/index.html2
-rw-r--r--TAO/tests/OBV/ValueBox/client.cpp4
-rw-r--r--THANKS1
4 files changed, 12 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index e77ec2ac005..144e26425a8 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,6 +1,13 @@
+Wed Jul 27 07:28:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * docs/tutorials/Quoter/Event_Service/index.html:
+ Updated documentation how to run this tutorial. Thanks to
+ Frederick Heckel <fwph at cse dot wustl dot edu> for
+ reporting that things didn't work.
+
Tue Jul 26 12:11:36 2005 Gary Maxey <gary.maxey@hp.com>
- * tests/OBV/ValueBox/client.cpp:
+ * tests/OBV/ValueBox/client.cpp:
Plugged some memory leaks.
diff --git a/TAO/docs/tutorials/Quoter/RT_Event_Service/index.html b/TAO/docs/tutorials/Quoter/RT_Event_Service/index.html
index 4c17deb879a..d664c603331 100644
--- a/TAO/docs/tutorials/Quoter/RT_Event_Service/index.html
+++ b/TAO/docs/tutorials/Quoter/RT_Event_Service/index.html
@@ -315,7 +315,7 @@ Quoter_Stock_i::disconnect_push_supplier (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
<A HREF="client.cpp">client.cpp</A>.
And other support files
<A HREF="../Event_Service/Quoter.idl">Quoter.idl</A>,
- <A HREF="Makefile">Makefile</A>,
+ <A HREF="GNUMakefile">Makefile</A>,
<A HREF="Stock_i.h">Stock_i.h</A>,
<A HREF="Stock_i.cpp">Stock_i.cpp</A>,
<A HREF="Stock_Factory_i.h">Stock_Factory_i.h</A>,
diff --git a/TAO/tests/OBV/ValueBox/client.cpp b/TAO/tests/OBV/ValueBox/client.cpp
index 287b43bbb73..e411e82852b 100644
--- a/TAO/tests/OBV/ValueBox/client.cpp
+++ b/TAO/tests/OBV/ValueBox/client.cpp
@@ -510,12 +510,12 @@ int test_boxed_string_invocations (Test * test_object)
VERIFY (strcmp(p2->_value (), "2second string") == 0);
VERIFY (strcmp(p3->_value (), "2second string") == 0);
- VERIFY (strcmp(sresult, "1string") == 0);
+ VERIFY (strcmp(sresult.in (), "1string") == 0);
p1->_remove_ref ();
p2->_remove_ref ();
p3->_remove_ref ();
-
+
}
ACE_CATCH (CORBA::Exception, ex)
{
diff --git a/THANKS b/THANKS
index d95bb888419..90280ba33bf 100644
--- a/THANKS
+++ b/THANKS
@@ -2005,6 +2005,7 @@ Yevgen Galchenko <yevgeng at softcomputer dot com>
Timothy Wayne Gomez <gomezt at saic dot com>
Ventimiglia Chere <Ventimiglia_Chere at emc dot com>
Friedhelm Wolf <Friedhelm dot wolf at gmx dot de>
+Frederick Heckel <fwph at cse dot wustl dot edu>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile