diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-02 04:06:38 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-02 04:06:38 +0000 |
commit | 5477b8b4175eb2531f32cc858defbb4d53175270 (patch) | |
tree | 9739cee35b372c217903d772f5765831d257d06b /TAO | |
parent | a090cf406d51d13a3303b86d66a3a0738d82e341 (diff) | |
download | ATCD-5477b8b4175eb2531f32cc858defbb4d53175270.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog-98c | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index db69c1e26ae..bf16cc3d681 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,17 +1,20 @@ Fri Jan 1 18:11:07 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu> - * orbsvcs/Time_Service/Clerk_i.cpp : Used _duplicate () - on the server IORs. This overcomes the automatic deletion of memory. + * orbsvcs/Time_Service/Clerk_i.cpp : Used _duplicate () + on the server IORs. This overcomes the automatic deletion of memory. - * orbsvcs/orbsvcs/Time/Timer_Helper.cpp : Used the advance () method - to iterate over the ACE_Array. The ACE_Unbounded_Set which was being - used earlier did not require this method to be used. + * orbsvcs/orbsvcs/Time/Timer_Helper.cpp : Used the advance () method + to iterate over the ACE_Array. The ACE_Unbounded_Set which was being + used earlier did not require this method to be used. Fri Jan 01 16:48:23 1999 David L. Levine <levine@cs.wustl.edu> * orbsvcs/orbsvcs/Time/TAO_UTO.cpp TAO_UTO): replaced cast with ACE_U64_TO_U32 macro invocation. + * orbsvcs/orbsvcs/Event/Event_Channel.cpp: added + ACE_Array_Base<TAO_EC_Event> explicit instantiation. + Fri Jan 1 13:33:33 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu> * orbsvcs/orbsvcs/Time/TAO_UTO.cpp: Removed a ; at the end of a |