diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-05 13:58:33 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-05 13:58:33 +0000 |
commit | 3aa346accec282f7d5c4039417aa711fcfa3479d (patch) | |
tree | 047af960398fdad56717624175679ddc496d732f | |
parent | 4d767ece3bf0c35a6e03b28a1d1fc335ae4ddb31 (diff) | |
download | ATCD-3aa346accec282f7d5c4039417aa711fcfa3479d.tar.gz |
*** empty log message ***
-rw-r--r-- | TAO/ChangeLog-98c | 44 |
1 files changed, 25 insertions, 19 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index 5074846f256..f089c3dea5a 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,32 +1,38 @@ +Tue Jan 05 07:57:40 1999 David L. Levine <levine@cs.wustl.edu> + + * examples/Simple/bank/Client_i.cpp (withdraw): added in () + dereference of except->reason. Thanks to Andy for figuring + out how to get this to compile now. + Tue Jan 05 04:51:02 1999 Nanbor Wang <nanbor@cs.wustl.edu> - * tao/TAO_Internal.cpp: - * tao/ORB_Core.{h,cpp}: - * tao/default_server.{h,cpp}: - * tao/default_client.{h,cpp}: Added definitions for static service - objects and enabled TAO to use static services if - TAO_USES_STATIC_SERVICE is defined. This will allow platforms - that doesn't support dynamic linking to change TAO's behavior at - run-time. + * tao/TAO_Internal.cpp: + * tao/ORB_Core.{h,cpp}: + * tao/default_server.{h,cpp}: + * tao/default_client.{h,cpp}: Added definitions for static service + objects and enabled TAO to use static services if + TAO_USES_STATIC_SERVICE is defined. This will allow platforms + that doesn't support dynamic linking to change TAO's behavior at + run-time. Mon Jan 04 17:48:17 1999 Irfan Pyarali <irfan@cs.wustl.edu> - * orbsvcs/orbsvcs/CosEvent/EventChannel_i.cpp (for_suppliers): - Fixed typos. + * orbsvcs/orbsvcs/CosEvent/EventChannel_i.cpp (for_suppliers): + Fixed typos. Mon Jan 4 16:52:08 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu> - Added the following project files for Time Service on NT. - * orbsvcs/Time_Service/Time_Service.dsw - * orbsvcs/Time_Service/Time_Service_Clerk.dsp - * orbsvcs/Time_Service/Time_Service_Server.dsp + Added the following project files for Time Service on NT. + * orbsvcs/Time_Service/Time_Service.dsw + * orbsvcs/Time_Service/Time_Service_Clerk.dsp + * orbsvcs/Time_Service/Time_Service_Server.dsp - * orbsvcs/tests/Time/Time_Service_Test.dsw - * orbsvcs/tests/Time/Time_Service_Test.dsp + * orbsvcs/tests/Time/Time_Service_Test.dsw + * orbsvcs/tests/Time/Time_Service_Test.dsp - * orbsvcs/tests/Time/Client_i.cpp: Changed the TAO_CATCHANY to - TAO_CATCH (SystemException, sysex). The former somehow wasn't - catching CORBA::NO_IMPLEMENT on NT. + * orbsvcs/tests/Time/Client_i.cpp: Changed the TAO_CATCHANY to + TAO_CATCH (SystemException, sysex). The former somehow wasn't + catching CORBA::NO_IMPLEMENT on NT. Mon Jan 4 16:30:27 1999 Jeff Parsons <jp4@cs.wustl.edu> |