summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog-99c25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 4162d852fd5..49024b850b1 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,28 @@
+Wed Jun 9 19:19:43 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * TAO_IDL/be_include/be_codegen.h
+ * TAO_IDL/be_include/be_visitor_argument.h
+ * TAO_IDL/be_include/be_visitor_operation.h
+ * TAO_IDL/be_include/be_codegen.h:
+ * TAO_IDL/be/be_visitor_interface/interface.cpp
+ * TAO_IDL/be/be_visitor_operation/argument.cpp
+ * TAO_IDL/be/Makefile.am
+ * TAO_IDL/be/be_visitor_argument.cpp
+ * TAO_IDL/be/be_visitor_factory.cpp
+ * TAO_IDL/be/be_visitor_operation.cpp
+
+ First step on generating AMI stubs for operations. Just generating
+ "sendc_<operation_name>" for all the operations.
+
+ * TAO_IDL/be/be_visitor_argument/arglist_ami.cpp
+ * TAO_IDL/be/be_visitor_operation/arglist_ami.cpp
+ * TAO_IDL/be/be_visitor_operation/operation_ami.cpp
+ * TAO_IDL/be_include/be_visitor_argument/arglist_ami.h
+ * TAO_IDL/be_include/be_visitor_operation/operation_ami.h
+ * TAO_IDL/be_include/be_visitor_operation/arglist_ami.h
+
+ Added these files.
+
Mon Jun 7 16:13:31 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/Exception.h: