summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-20 07:15:01 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-20 07:15:01 +0000
commita345596f128d626308cc4ac98f33af1088966d07 (patch)
treee4ab65e8a40b2b955a0a5eb8bc7feb148c468452
parenta3080dccf6b2f82445cc3fff79047bca4b5a9ddf (diff)
downloadATCD-a345596f128d626308cc4ac98f33af1088966d07.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c32
1 files changed, 20 insertions, 12 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 3ceb8014d49..284eba4273c 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,8 +1,16 @@
+Sat Jun 20 01:39:35 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tao/Forwarding_Servant.h:
+ * tao/POA{C,S,_CORBA}.h: Changed to use the underbar class names
+ for better portability. Thanks to Ernesto Guisado
+ <eguisado@saincotrafico.com> for providing the perl script to
+ automate the process.
+
Sat Jun 20 00:00:56 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tao/GIOP.h:
- * tao/GIOP.cpp:
- * tao/Server_Request.cpp:
+ * tao/GIOP.h:
+ * tao/GIOP.cpp:
+ * tao/Server_Request.cpp:
Used compiled encoding and decoding for the GIOP and Request
headers, thus reducing the time on the critical path.
Removed a memory allocation on the server side by using ad-hoc
@@ -13,25 +21,25 @@ Sat Jun 20 00:00:56 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
this is mostly a waste because the context list is always
empty.
- * tao/CDR.h:
- * tao/CDR.i:
+ * tao/CDR.h:
+ * tao/CDR.i:
Enabled >> and << operators for CDR and basic types, added new
operators for strings.
- * tao/corba.h:
- * tao/ORB.cpp:
+ * tao/corba.h:
+ * tao/ORB.cpp:
Added operators to marshal octet sequences.
- * tao/decode.cpp:
+ * tao/decode.cpp:
Use the new replace() method to set the message block on octet
- sequences.
+ sequences.
- * tao/Sequence.h:
- * tao/Sequence.i:
+ * tao/Sequence.h:
+ * tao/Sequence.i:
Added new replace() method that set the internal message block
in an octet sequence.
- * orbsvcs/tests/start_services:
+ * orbsvcs/tests/start_services:
Recommend the $USER instead of the $login macro for bash.
Fri Jun 19 21:30:22 1998 David L. Levine <levine@cs.wustl.edu>