summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-12 21:38:57 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-12 21:38:57 +0000
commitb900584195b5a33cb585fb2538c97ad01a9678a4 (patch)
treea514b1f7f5d74ff29e469ad6b58a6cdd170925af
parent8e36415aed9987e52a5d6b068d312805c7247f51 (diff)
downloadATCD-b900584195b5a33cb585fb2538c97ad01a9678a4.tar.gz
* TAO_IDL/include/ast_type.h:
* TAO_IDL/ast/ast_type.cpp: Added flag ifr_fwd_added_. It defaults to 0 and is set by the tao_ifr backend when a forward declaration is seen. A later check of this flag lets us know if a forward declaration has been seen in the same file, and can help detect redefinition errors when adding the contents of multiple IDL files to the interface repository.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 9acd864e38c..737c578400f 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Tue Dec 12 3:23:15 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/include/ast_type.h:
+ * TAO_IDL/ast/ast_type.cpp:
+
+ Added flag ifr_fwd_added_. It defaults to 0 and
+ is set by the tao_ifr backend when a forward declaration
+ is seen. A later check of this flag lets us know if a
+ forward declaration has been seen in the same file, and
+ can help detect redefinition errors when adding the
+ contents of multiple IDL files to the interface repository.
+
Tue Dec 12 12:44:02 2000 Darrell Brunsch <brunsch@uci.edu>
* orbsvcs/ImplRepo_Service/Options.cpp: