summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-20 08:09:04 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-20 08:09:04 +0000
commitcbc2b2f9cd6d33ac6dd434a0d34fe5087f230d4f (patch)
treef669f4175f2d3c301f44c2701a3dfda766b3051a
parent8de5379034bdc854621f054f1ec70b4da1cc47ab (diff)
downloadATCD-cbc2b2f9cd6d33ac6dd434a0d34fe5087f230d4f.tar.gz
ChangeLogTag:Thu Apr 20 03:00:35 2000 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 005aa66b1d7..35915ab4c08 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,11 +1,39 @@
TO-DO
+ * Need to figure out how to generate different sequence, union and
+ struct code for local interfaces.
+
* Need to add syntax/semantic check for local/abstract interfaces
as defined in CCM. (E.g., a local interface can not be an
argument in an operation of a remote interface.)
* Rename TAO/TAO_IDL/util/utl_error.cpp to utl_err.cpp.
+Thu Apr 20 03:00:35 2000 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * TAO_IDL/be_include/be_codegen.h: Attribute accessors/mutators
+ also need to be handled differently if they are part of a local
+ interface. Added local attribute states.
+
+ * TAO_IDL/be/be_visitor_factory.cpp:
+ * TAO_IDL/be/be_visitor_attribute/attribute.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface.cpp: Added state
+ transition rules for "local attributes."
+
+ * TAO_IDL/be/be_visitor_module/module.cpp:
+ * TAO_IDL/be/be_visitor_operation/arglist.cpp: Fixed previously
+ missing state transitions.
+
+ * TAO_IDL/be/be_interface.cpp: Fixed a syntax error in generated
+ code.
+
+ * TAO_IDL/be/be_visitor_interface/interface_ch.cpp: I accidentally
+ removed the endif codegen for local interfaces.
+
+ * TAO_IDL/be/be_visitor_interface/interface_ci.cpp: Forgot to
+ supress codegen for remote object constructor for local
+ interfaces.
+
Thu Apr 20 00:40:19 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* TAO_IDL/be_include/be_codegen.h: Added several new compiler