summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-11 01:36:37 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-11 01:36:37 +0000
commitd4390d216b5f21da6a66c1ac97c2cfc6fcaacc7e (patch)
treea1bf0dc5226f982434a936b1c623d00be0099384
parent0a147db4b884ef37bae45ae99502c1a0f51e6c54 (diff)
downloadATCD-d4390d216b5f21da6a66c1ac97c2cfc6fcaacc7e.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c11
1 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 87ae1f44196..8ef5b7d9f3a 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,14 +1,21 @@
+Sat Jul 10 20:31:36 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp (init): Changed
+ the use of auto_ptr::reset to release-and-assign since some
+ compilers are still implementaing the C++ standard draft, which
+ doesn't has reset() in auto_ptr.
+
Sat Jul 10 19:40:41 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
* orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: Removed a warning
- on EGCS about the variable <retval> being used possibly
+ on EGCS about the variable <retval> being used possibly
uninitialized.
* orbsvcs/tests/ImplRepo/nestea_server_i.cpp: Removed a warning
on MSVC about a */ being found outside a comment.
* orbsvcs/tests/ImplRepo/run_test.pl: Instead of killing the
- servers at the end of the *_ir tests, shut them down with
+ servers at the end of the *_ir tests, shut them down with
tao_ir.
Sat Jul 10 19:20:55 1999 Nanbor Wang <nanbor@cs.wustl.edu>