summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-02 01:09:42 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-02 01:09:42 +0000
commitb6741adcc9bc9102c8bc88309f354b3264d608f0 (patch)
treea14a237dd875bd1b95943fd8d32d9f2f26fcd3fe /TAO
parent4bfbf935a865d8ca4473785e1b3c50301deeba6a (diff)
downloadATCD-b6741adcc9bc9102c8bc88309f354b3264d608f0.tar.gz
* orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp:
Replaced ACE_TRY_NEW_ENV with ACE_DELCARE_NEW_CORBA_ENV followed by ACE_TRY, which got rid of an egcs warning.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 8c30228de4a..9115c2dd77c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Fri Dec 1 19:05:22 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp:
+
+ Replaced ACE_TRY_NEW_ENV with ACE_DELCARE_NEW_CORBA_ENV
+ followed by ACE_TRY, which got rid of an egcs warning.
+
Fri Dec 1 17:10:27 2000 Jeff Parsons <parsons@cs.wustl.edu>
* orbsvcs/IFR_Service/tmplinst.cpp: