summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-08 20:17:53 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-08 20:17:53 +0000
commit7bca99435d299a406e351957befd5e9511eb8390 (patch)
tree06e5ac416b2526fab58d742188e3c477e8fca44d
parentce681a7274862810ad50944ebea10c7f92c0c781 (diff)
downloadATCD-7bca99435d299a406e351957befd5e9511eb8390.tar.gz
* TAO_IDL/be/be_visitor_exception/exception_ch.cpp:
* TAO_IDL/be/be_visitor_exception/exception_cs.cpp: Minor changes to fix incorrect generated code for the user exception _type() function. Build error showed up in generated code for nested_scopes.idl. * tests/IDL_Test/main.cpp: Because of recent changes to ORB and POA, had resolve the root POA and add an explicit call to root_poa->destroy, even though no calls are made in the test. Thanks to Irfan for helping to track this down.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 70540c042d9..f63ace8d5e7 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,19 @@
+Tue Aug 8 15:10:45 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_exception/exception_ch.cpp:
+ * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
+
+ Minor changes to fix incorrect generated code for the
+ user exception _type() function. Build error showed
+ up in generated code for nested_scopes.idl.
+
+ * tests/IDL_Test/main.cpp:
+
+ Because of recent changes to ORB and POA, had resolve
+ the root POA and add an explicit call to root_poa->destroy,
+ even though no calls are made in the test. Thanks to
+ Irfan for helping to track this down.
+
Tue Aug 08 12:38:47 2000 Ossama Othman <ossama@uci.edu>
* tao/TAO_Singleton_Manager.cpp (TAO_Singleton_Manager):