summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-28 09:46:48 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-28 09:46:48 +0000
commit261885b7428eefd362eabbfe1b0d426e72388c21 (patch)
tree244304a1f14703839cc009801aac55d792c6bd37 /TAO/ChangeLog-99c
parent6072a33a1959f3fc33e480f481f7a0297af6a830 (diff)
downloadATCD-261885b7428eefd362eabbfe1b0d426e72388c21.tar.gz
Replaced depricated ACE_NEW_THROW_* with ACE_NEW_THROW_EX
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r--TAO/ChangeLog-99c21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 1ea7cd6f969..5970a1aa38f 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,24 @@
+Sun Mar 28 03:27:59 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * TAO/examples/Callback_Quoter/Notifier_i.cpp:
+ * TAO/examples/Simple/bank/AccountManager_i.cpp:
+ * TAO/examples/Simple/grid/Grid_i.cpp:
+ * TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp:
+ * TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSetFactory.cpp:
+ * TAO/orbsvcs/orbsvcs/CosEvent/ProxyPushConsumer_i.cpp:
+ * TAO/orbsvcs/orbsvcs/CosEvent/ProxyPushSupplier_i.cpp:
+ * TAO/orbsvcs/orbsvcs/Log/Logger_i.cpp:
+ * TAO/orbsvcs/orbsvcs/Naming/Hash_Naming_Context.cpp:
+ * TAO/orbsvcs/orbsvcs/Time/TAO_TIO.cpp:
+ * TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp:
+ * TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp:
+ * TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp:
+ * TAO/tao/DynAny_i.cpp:
+ * TAO/tao/Invocation.cpp:
+ * TAO/tao/ORB.cpp:
+ * TAO/tao/Typecode.cpp: Replaced ACE_NEW_THROW* macros with
+ ACE_NEW_THROW_EX and appropriate ACE_CHECK* macros.
+
1999-03-27 Nagarajan Surendran <naga@polka.cs.wustl.edu>
* docs/releasenotes/index.html: Updated the A/V documentation.