summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-19 16:00:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-19 16:00:34 +0000
commitdc7a080d2c0959d707004d27e873332240deccd7 (patch)
tree807fbf862190e66621cc7640e8c9dcebb4a7acd8
parent8905aee70797edbcb7c489a107645433006512e4 (diff)
downloadATCD-dc7a080d2c0959d707004d27e873332240deccd7.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b39
1 files changed, 26 insertions, 13 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index 89adbead92d..a0ae69f22fc 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -17,19 +17,32 @@ Thu Aug 19 10:04:12 1999 David L. Levine <levine@cs.wustl.edu>
Thu Aug 19 09:34:41 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
- * ace/Service_Config: Updated the failure result comment for
- open() and cleaned up the return value and errno propagation for
- open_i() when process_commandline_directives() fails. Thanks to
- Jerry D. De Master <jdemaste@ipdinc.com> for reporting the bug
- and suggesting a fix.
-
- * ace/Service_Config.h: Moved the process_directives() method
- used to parse the svc.conf files out of the protected part of
- the class to the public part so that application programmers can
- call this directly to reconfigure services from the svc.conf
- files. Thanks to John Mink <John.Mink@nl.origin-it.com> for
- suggesting this.
-
+ * ace/WFMO_Reactor.h,
+ * ace/WFMO_Reactor.cpp,
+ * ace/Select_Reactor_T.h,
+ * ace/Select_Reactor_T.cpp,
+ * ace/Reactor_Impl.h,
+ * ace/Reactor.h,
+ * ace/Reactor.cpp:
+ Added a pair of restart() methods that can be used to set/get
+ the restart_ flag, which controls whether the handle_events()
+ event loop is restarted automatically when select() is
+ interrpted. Thanks to Erik Koerber <erik.koerber@siemens.at>
+ for suggesting this.
+
+ * ace/Service_Config: Updated the failure result comment for
+ open() and cleaned up the return value and errno propagation for
+ open_i() when process_commandline_directives() fails. Thanks to
+ Jerry D. De Master <jdemaste@ipdinc.com> for reporting the bug
+ and suggesting a fix.
+
+ * ace/Service_Config.h: Moved the process_directives() method
+ used to parse the svc.conf files out of the protected part of
+ the class to the public part so that application programmers can
+ call this directly to reconfigure services from the svc.conf
+ files. Thanks to John Mink <John.Mink@nl.origin-it.com> for
+ suggesting this.
+
Wed Aug 18 22:45:24 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
* ace/WFMO_Reactor.h,