diff options
-rw-r--r-- | ChangeLog-99b | 11 | ||||
-rw-r--r-- | TAO/ChangeLog-99c | 14 |
2 files changed, 23 insertions, 2 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index 3b41f68111e..441af76f43a 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,6 +1,15 @@ +Sun Mar 28 12:20:44 1999 Nanbor Wang <nanbor@cs.wustl.edu> + + * ace/OS.h: + * ace/CORBA_macros.h: Moved ACE_NEW_THROW* and ACE_GUARD_THROW* + macros from OS.h to CORBA_macros.h. Also added + ACE_*GUARD_THROW_EX which has the new ACE try macros semantics. + CORBA_macros.h needs to include "OS.h" to source in the correct + platform configuration macros. + Sun Mar 28 13:27:15 1999 Balachandran Natarajan <bala@cs.wustl.edu> - * docs/exceptions.html: + * docs/exceptions.html: Added a new example Fri Mar 26 23:35:28 1999 Nanbor Wang <nanbor@cs.wustl.edu> diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index 9ffeefd9656..573ac13e175 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,3 +1,15 @@ +Sun Mar 28 14:27:28 1999 Nanbor Wang <nanbor@cs.wustl.edu> + + * orbsvcs/Event/EC_ConsumerAdmin.cpp: + * orbsvcs/Event/EC_ObserverStrategy.cpp: + * orbsvcs/Event/EC_Per_Supplier_Filter.cpp: + * orbsvcs/Event/EC_ProxyPushSupplier_Set_T.cpp: + * orbsvcs/Event/EC_ProxySupplier.cpp: + * orbsvcs/Event/EC_SupplierFiltering.cpp: + * orbsvcs/Naming/Hash_Naming_Context.cpp: Replaced + ACE_GRUAD_THROW* with ACE_GUARD_TRHOW_EX with appropriate + ACE_CHECK*. + Sun Mar 28 14:20:25 1999 Jeff Parsons <parsons@cs.wustl.edu> * tao/DynAnyC.{h,i,cpp}: @@ -7,7 +19,7 @@ Sun Mar 28 14:20:25 1999 Jeff Parsons <parsons@cs.wustl.edu> * tao/DynSequence_i.{h,cpp}: * tao/DynStruct_i.{h,cpp}: * tao/DynUnion_i.{h,cpp}: - Changed over TAO_IN_ENV to ACE_TRY_ENV and + Changed over TAO_IN_ENV to ACE_TRY_ENV and ACE_NEW_THROW_RETURN to ACE_NEW_THROW_EX/ACE_CHECK_RETURN. Also replaced a few Any_ptr/delete pairs with Any_vars. |