summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-98c
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 17:55:29 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 17:55:29 +0000
commit883b3dd9f26c52bc1174e4495f7c5bafe7949d72 (patch)
tree96d02b313392b959cbbe5e3c42a1288f6923b607 /TAO/ChangeLog-98c
parent463caf030a4aed2f5ed6db70c0494af224215857 (diff)
downloadATCD-883b3dd9f26c52bc1174e4495f7c5bafe7949d72.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-98c')
-rw-r--r--TAO/ChangeLog-98c20
1 files changed, 13 insertions, 7 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 32beac00059..2e8a19ecdbd 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,6 +1,12 @@
+Wed Jan 06 11:55:25 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * examples/Simple/echo/Client_i.cpp (echo_list): Changed <l> to of
+ type Echo::List_var to free up the return value. The returned
+ string from object_to_string must be freed properly.
+
Wed Jan 6 09:31:16 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
+ * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
The UDP_Receiver::init() method should only create the RT_Info
if it is not there already. Thanks to Dave Meyer
<dmeyer@std.saic.com> and J. Russell Noseworthy
@@ -8,19 +14,19 @@ Wed Jan 6 09:31:16 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Wed Jan 06 09:04:46 1999 Carlos O'Ryan <coryan@JIG>
- * docs/releasenotes/TODO.html:
+ * docs/releasenotes/TODO.html:
Updated the information about EC related tasks.
- * docs/releasenotes/ec.html:
+ * docs/releasenotes/ec.html:
Added the new features in the EC; removed the entries about a
missing CosEventChannel, because we have one now!
- * docs/releasenotes/index.html:
+ * docs/releasenotes/index.html:
Added some comments for Pradeep.
Wed Jan 6 07:44:24 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tao/DynStruct_i.cpp:
+ * tao/DynStruct_i.cpp:
Removed the last use (hopefully) of ACE_Array<>
Wed Jan 06 02:58:28 1999 Irfan Pyarali <irfan@cs.wustl.edu>
@@ -57,8 +63,8 @@ Wed Jan 06 02:58:28 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- Removed access includes files.
- * POA/On_Demand_Loading/Servant_Manager.cpp: Fixed use of ACE_CString.
-
+ * POA/On_Demand_Loading/Servant_Manager.cpp: Fixed use of ACE_CString.
+
Tue Jan 5 22:36:54 1999 Nanbor Wang <nanbor@cs.wustl.edu>
* tao/default_server.{h,cpp}: