summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-08 03:51:53 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-08 03:51:53 +0000
commitc1509a7c17e335c649e9decfc8a0aabe49389c14 (patch)
treec6285a1176c6dfdb3675e4c9a961629aaf3029ae /TAO
parent06e0c2a5358c9459eec9c2fe0b1cb762137651e4 (diff)
downloadATCD-c1509a7c17e335c649e9decfc8a0aabe49389c14.tar.gz
* TAO_IDL/ast/ast_type.cpp:
* TAO_IDL/include/ast_type.h: Added flag to indicate whether the node has been added to the Interface Repository. Used for types that can be forward declared, which right now is only interfaces, but will eventually include other types as well.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 9eb2f7d7fc8..f39eb73974f 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,13 @@
+Tue Nov 7 21:46:57 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/ast/ast_type.cpp:
+ * TAO_IDL/include/ast_type.h:
+
+ Added flag to indicate whether the node has been added
+ to the Interface Repository. Used for types that can
+ be forward declared, which right now is only interfaces,
+ but will eventually include other types as well.
+
Tue Nov 07 16:38:05 2000 Carlos O'Ryan <coryan@uci.edu>
* tests/Portable_Interceptors/Benchmark/client.dsp: