diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-05 15:01:19 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-05 15:01:19 +0000 |
commit | 228586a68470bebf9cc09330b90b33bcd22fe386 (patch) | |
tree | 700c2353775e614868fefde3c6844c2a3ffeda50 /TAO/ChangeLog-99c | |
parent | 5239bb2c31083ac64a17cac7c169636ad1917977 (diff) | |
download | ATCD-228586a68470bebf9cc09330b90b33bcd22fe386.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r-- | TAO/ChangeLog-99c | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index 1e73719dfc7..90ddcbd5be6 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,15 +1,23 @@ +Mon Apr 05 09:59:26 1999 David L. Levine <levine@cs.wustl.edu> + + * tao/POA.cpp (create_object_key): don't declare local + creation_time_length with POA_NO_TIMESTAMP, to avoid + compiler warning. Also, replaced two occurrences of + TAO_Creation_Time::creation_time_length () with + creation_time_length, to save the function call. + Mon Apr 5 02:06:57 1999 Nanbor Wang <nanbor@cs.wustl.edu> - * performance-tests/Thruput/TAO/svc.conf: - * orbsvcs/tests/ImplRepo/svc.conf: - * orbsvcs/tests/AVStreams/mpeg/source/client/svc.conf: - * orbsvcs/tests/AVStreams/mpeg/source/server/svc.conf: - * examples/Simulator/Event_Supplier/svc.conf: - * examples/POA/On_Demand_Loading/svc.conf: - * examples/Simulator/DOVEMIB/svc.conf: - * tests/Param_Test/svc.conf: - * performance-tests/Cubit/TAO/MT_Cubit/svc.conf: Some of the - services didn't get changed to be static. + * performance-tests/Thruput/TAO/svc.conf: + * orbsvcs/tests/ImplRepo/svc.conf: + * orbsvcs/tests/AVStreams/mpeg/source/client/svc.conf: + * orbsvcs/tests/AVStreams/mpeg/source/server/svc.conf: + * examples/Simulator/Event_Supplier/svc.conf: + * examples/POA/On_Demand_Loading/svc.conf: + * examples/Simulator/DOVEMIB/svc.conf: + * tests/Param_Test/svc.conf: + * performance-tests/Cubit/TAO/MT_Cubit/svc.conf: Some of the + services didn't get changed to be static. Sun Apr 04 22:33:23 1999 David L. Levine <levine@cs.wustl.edu> |