summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-20 00:06:40 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-20 00:06:40 +0000
commit2171d4931a3ae01584ae55e85518215b4fce94be (patch)
tree16a1d033261818c18d349928507965fcd0860c4f
parent69efdd7e264d3f26bb8bc7d80e65f399fb1014d2 (diff)
downloadATCD-2171d4931a3ae01584ae55e85518215b4fce94be.tar.gz
ChangeLogTag:Sat Aug 19 19:00:00 2000 Kirthika Parameswaran
<kirthika@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 8307dd4491d..f21df8c068a 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,26 @@
+Sat Aug 19 19:00:00 2000 Kirthika Parameswaran <kirthika@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_operation/interceptors_ch.cpp
+ * TAO_IDL/be/be_visitor_operation/interceptors_sh.cpp
+ * TAO_IDL/be/be_visitor_operation/interceptors_arglist.cpp
+ Added ");\n\n" here and removed it from
+ be_visitor_operation/interceptors_arglist.cpp
+ since else for void methods w.o. exceptions
+ the closing bracs werent there. Thanks to Bala
+ for discovering this bug.
+ * TAO_IDL/be/be_visitor_argument/request_info_result.cpp:
+ Changed the predefined to not have a default case.
+ * TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp
+ TAO_OPERATION_INTERCEPTORS_RESULT is now in
+ be_visitor_operation itself, also at this point
+ now we use bt and not node as the visited type.
+ * TAO_IDL/be/be_visitor_operation/interceptors_result.cpp:
+ * TAO_IDL/be_include/be_visitor_operation/interceptors_result.h:
+ * TAO_IDL/be/be_visitor_operation.cpp:
+ * TAO_IDL/be_include/be_visitor_operation.h:
+ * TAO_IDL/be/be_visitor_factory.cpp:
+ Added a new visitor which derives from be_visitor_decl.
+
Sat Aug 19 16:40:00 2000 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* docs/Smart_Proxies.html: Updated the documentation to remind