summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-10 20:58:41 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-10 20:58:41 +0000
commitb9bf622f9e189ca88d8936a86e61c812772a3c53 (patch)
tree7f8e6163b5003cdf1cf5718019ecc982022764c3
parent6d87ebfa317f3ddbc1865d844f7a6ee9e6f915fb (diff)
downloadATCD-b9bf622f9e189ca88d8936a86e61c812772a3c53.tar.gz
* TAO_IDL/be/be_visitor_array/array_cs.cpp:
* TAO_IDL/be/be_visitor_exception/exception_cs.cpp: * TAO_IDL/be/be_visitor_interface/interface_cs.cpp: * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp: * TAO_IDL/be/be_visitor_structure/structure_cs.cpp: * TAO_IDL/be/be_visitor_union/union_cs.cpp: In the definition of the static function _tao_any_destructor, prepending the global "::" to the scoped name of the class or struct keeps gcc happy. Thanks to Carlos for pointing this out.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index cb6f1b9749c..584687518d4 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Fri Mar 10 14:54:20 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_array/array_cs.cpp:
+ * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
+ * TAO_IDL/be/be_visitor_structure/structure_cs.cpp:
+ * TAO_IDL/be/be_visitor_union/union_cs.cpp:
+ In the definition of the static function
+ _tao_any_destructor, prepending the global "::"
+ to the scoped name of the class or struct keeps
+ gcc happy. Thanks to Carlos for pointing this out.
+
Fri Mar 10 12:24:01 2000 Carlos O'Ryan <coryan@uci.edu>
* examples/POA/DSI/Database_i.cpp: