summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 22:17:57 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-06 22:17:57 +0000
commitd013e72955f36a6c5b94ff6edeebfb79ea63aa33 (patch)
treecfa4f4c8d73401303760683a3a2fa834ab991b7c
parent73614f50438a2dcbe4481cce4bddb785a885ba22 (diff)
downloadATCD-d013e72955f36a6c5b94ff6edeebfb79ea63aa33.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b54
-rw-r--r--TAO/ChangeLog-98c13
2 files changed, 36 insertions, 31 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 62b204f3f69..c83902c8337 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,10 +1,10 @@
Wed Jan 06 15:15:37 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * ace/Service_Config.cpp (process_directive,close): Moved the
- deletion of <svc_conf_file_queue_> into close method.
- Otherwise, there's no way to reconfigure the service
- configuration once it get started. Thanks to Mike Goldman
- <whig@by.net> for reporting the problem.
+ * ace/Service_Config.cpp (process_directive,close): Moved the
+ deletion of <svc_conf_file_queue_> into close method.
+ Otherwise, there's no way to reconfigure the service
+ configuration once it get started. Thanks to Mike Goldman
+ <whig@by.net> for reporting the problem.
Wed Jan 6 14:27:24 EST 1999 James CE Johnson <jcej@lads.com
@@ -17,37 +17,37 @@ Wed Jan 6 14:27:24 EST 1999 James CE Johnson <jcej@lads.com
Tue Jan 05 22:55:07 1999 Irfan Pyarali <irfan@cs.wustl.edu>
- * ace/Strategies_T.cpp (cleanup_hint_i and check_hint_i): Since we
- are holding the connection cache lock in these methods, the
- Svc_Handler should not call purge(). If it does, a deadlock
- will occur (unless we have recursive locks) since we are already
- holding the connection cache lock. Therefore, we zero out the
- recycler before calling svc_handler->close() and purge out the
- svc_handler entry ourself (through purge_i()).
+ * ace/Strategies_T.cpp (cleanup_hint_i and check_hint_i): Since we
+ are holding the connection cache lock in these methods, the
+ Svc_Handler should not call purge(). If it does, a deadlock
+ will occur (unless we have recursive locks) since we are already
+ holding the connection cache lock. Therefore, we zero out the
+ recycler before calling svc_handler->close() and purge out the
+ svc_handler entry ourself (through purge_i()).
- Thanks to Mark L. Boriack <mboriack@std.saic.com> for providing
- a precise example illustrating this bug.
+ Thanks to Mark L. Boriack <mboriack@std.saic.com> for providing
+ a precise example illustrating this bug.
Tue Jan 5 18:48:47 James CE Johnson <jcej@lads.com>
- * docs/tutorials/templates.html:
- Fixed a number of problems here. Thanks to Amos Shapira
- <Amos_Shapira@icomverse.com> for pointing them out.
+ * docs/tutorials/templates.html:
+ Fixed a number of problems here. Thanks to Amos Shapira
+ <Amos_Shapira@icomverse.com> for pointing them out.
- * docs/tutorials/colorize:
- I pulled out the colorization code from combine into this
- standalone script. One of these days I'll fix combine so that the
- code isn't duplicated...
+ * docs/tutorials/colorize:
+ I pulled out the colorization code from combine into this
+ standalone script. One of these days I'll fix combine so that the
+ code isn't duplicated...
Tue Jan 5 16:14:00 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * ace/config-irix6.x-common.h:
- Added ACE_TIMER_SKEW definition.
+ * ace/config-irix6.x-common.h:
+ Added ACE_TIMER_SKEW definition.
- * ace/FILE.cpp:
- Fixed the seek() prototype, is was declared as taking a "off_t"
- argument, but is was defined with a "long" argument,
- unfortunately in most platforms this was not a problem.
+ * ace/FILE.cpp:
+ Fixed the seek() prototype, is was declared as taking a "off_t"
+ argument, but is was defined with a "long" argument,
+ unfortunately in most platforms this was not a problem.
Tue Jan 05 13:15:35 1999 Nanbor Wang <nanbor@cs.wustl.edu>
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 61b81e793fe..1d97830e059 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,17 +1,22 @@
+Wed Jan 06 16:16:40 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * orbsvcs/Time_Service/Server_i.cpp (init_IR): added .in ()
+ dereference to "time_service_server_".
+
Wed Jan 6 15:33:10 1999 Jeff Parsons <jp4@cs.wustl.edu>
* DynStruct_i.cpp:
Even though this had already been fixed with respect to
the latest compile problem, I noticed that the line in
- this file that contains ACE_Array_Base<> should be
+ this file that contains ACE_Array_Base<> should be
changed to something better that's already used in a
couple of the other DynAny classes.
Wed Jan 6 15:29:10 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
- Commented out some IR related code for the build to go through.
- * orbsvcs/Time_Service/Server_i.h (class Server_i):
- * orbsvcs/Time_Service/Server_i.h:
+ Commented out some IR related code for the build to go through.
+ * orbsvcs/Time_Service/Server_i.h (class Server_i):
+ * orbsvcs/Time_Service/Server_i.h:
Wed Jan 06 15:03:44 1999 David L. Levine <levine@cs.wustl.edu>