summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-04 22:14:45 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-04 22:14:45 +0000
commit5545840a7a27b9f447aaf76e83b0c4c949cb12c0 (patch)
treea6b7c0668f3ac9f105f479909749acde0298431e
parent39f0fcf7adfdb5ff13fd3eafb3b50f9ec1acdf20 (diff)
downloadATCD-5545840a7a27b9f447aaf76e83b0c4c949cb12c0.tar.gz
* tao/MessagingC.h:
* tao/MessagingC.i: * tao/MessagingC.cpp: * tao/POAC.h: * tao/POAC.i: * tao/POAC.cpp: * tao/PolicyC.h: * tao/PolicyC.i: * tao/PolicyC.cpp: Replaced all Any insertion/extraction operators with the new versions that use compiled marshaling. Also added many missing Any and CDR stream insertion/extraction operators. This completes the job for all the generated files in TAO/tao.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index e44dc064013..0c88054a5f3 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,19 @@
+Sat Mar 4 16:09:42 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/MessagingC.h:
+ * tao/MessagingC.i:
+ * tao/MessagingC.cpp:
+ * tao/POAC.h:
+ * tao/POAC.i:
+ * tao/POAC.cpp:
+ * tao/PolicyC.h:
+ * tao/PolicyC.i:
+ * tao/PolicyC.cpp:
+ Replaced all Any insertion/extraction operators with the new
+ versions that use compiled marshaling. Also added many missing
+ Any and CDR stream insertion/extraction operators. This
+ completes the job for all the generated files in TAO/tao.
+
Fri Mar 3 14:41:42 2000 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/Sequence.cpp (allocbuf):