summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-10 00:31:55 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-10 00:31:55 +0000
commit94fe1a56c6980c0bcb6b900903f9fe90913a9065 (patch)
treed6166ca3b56a7c42b4e8933b52e35d7999ebe1bd
parent0211060918c7af912ff17b9f25d94952970218c3 (diff)
downloadATCD-94fe1a56c6980c0bcb6b900903f9fe90913a9065.tar.gz
*** empty log message ***
-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: