summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-12-28 20:17:29 +0000
committerSteve Huston <shuston@riverace.com>2001-12-28 20:17:29 +0000
commit698d4ba34759117e9d3228ac4ddf04d552d66b8a (patch)
treed1566908c84b7f07bfa1df5780b8b37b5e6d94ab
parentff9b526032df9eefe85139d42e97a944a0882bf4 (diff)
downloadATCD-698d4ba34759117e9d3228ac4ddf04d552d66b8a.tar.gz
ChangeLogTag:Fri Dec 28 15:15:42 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--ace/Select_Reactor_T.h20
4 files changed, 25 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 0299706c0be..79ed2dff98e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+Fri Dec 28 15:15:42 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Select_Reactor_T.h: Improved Doxygenization of some comments.
+
Fri Dec 28 13:41:23 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/OS.{h,i,cpp} (putenv,getenv,strenvdup,getenvstrings):
- * ace/Get_Opt.cpp (ACE_Get_Opt): Remoed the #idndef (ACE_LACKS_ENV)
+ * ace/Get_Opt.cpp (ACE_Get_Opt): Removed the #ifndef (ACE_LACKS_ENV)
from Get_Opt.cpp and move this into OS.i where it belongs!
Thanks to Venkita and Don Hinton for reporting this.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 0299706c0be..79ed2dff98e 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,7 +1,11 @@
+Fri Dec 28 15:15:42 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Select_Reactor_T.h: Improved Doxygenization of some comments.
+
Fri Dec 28 13:41:23 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/OS.{h,i,cpp} (putenv,getenv,strenvdup,getenvstrings):
- * ace/Get_Opt.cpp (ACE_Get_Opt): Remoed the #idndef (ACE_LACKS_ENV)
+ * ace/Get_Opt.cpp (ACE_Get_Opt): Removed the #ifndef (ACE_LACKS_ENV)
from Get_Opt.cpp and move this into OS.i where it belongs!
Thanks to Venkita and Don Hinton for reporting this.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 0299706c0be..79ed2dff98e 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,7 +1,11 @@
+Fri Dec 28 15:15:42 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/Select_Reactor_T.h: Improved Doxygenization of some comments.
+
Fri Dec 28 13:41:23 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/OS.{h,i,cpp} (putenv,getenv,strenvdup,getenvstrings):
- * ace/Get_Opt.cpp (ACE_Get_Opt): Remoed the #idndef (ACE_LACKS_ENV)
+ * ace/Get_Opt.cpp (ACE_Get_Opt): Removed the #ifndef (ACE_LACKS_ENV)
from Get_Opt.cpp and move this into OS.i where it belongs!
Thanks to Venkita and Don Hinton for reporting this.
diff --git a/ace/Select_Reactor_T.h b/ace/Select_Reactor_T.h
index eae9aabc96d..66db768828e 100644
--- a/ace/Select_Reactor_T.h
+++ b/ace/Select_Reactor_T.h
@@ -124,12 +124,12 @@ public:
ACE_Reactor_Notify *notify = 0,
int mask_signals = 1);
- /// Initialize <ACE_Select_Reactor> with size <size>.
- /// If <disable_notify_pipe> is non-0 then the reactor will
+ /// Initialize @c ACE_Select_Reactor with size @arg size.
+ /// If @arg disable_notify_pipe is non-0 then the reactor will
/// not create a notification pipe, which will save two I/O handles
- /// but will elide the <notify()> feature. If <mask_signals> is
+ /// but will elide the notification feature. If @arg mask_signals is
/// 1 the reactor is "signal-safe" when dispatching handlers to
- /// signal events, whereas if <mask_signals> is 0 the reactor will
+ /// signal events, whereas if @arg mask_signals is 0 the reactor will
/// be more efficient, but not signal-safe (which may be perfectly
/// fine if your application doesn't use the reactor to handle signals).
/**
@@ -149,12 +149,12 @@ public:
int mask_signals = 1);
/**
- * Initialize the <ACE_Select_Reactor> to manage
- * <max_number_of_handles>. If <restart> is non-0 then the
- * <ACE_Reactor>'s <handle_events> method will be restarted
- * automatically when <EINTR> occurs. If <signal_handler> or
- * <timer_queue> are non-0 they are used as the signal handler and
- * timer queue, respectively. If <disable_notify_pipe> is non-0 the
+ * Initialize the @c ACE_Select_Reactor to manage
+ * @arg max_number_of_handles. If @arg restart is non-0 then the
+ * @c ACE_Reactor's @c handle_events method will be restarted
+ * automatically when @c EINTR occurs. If @arg signal_handler or
+ * @arg timer_queue are non-0 they are used as the signal handler and
+ * timer queue, respectively. If @arg disable_notify_pipe is non-0 the
* notification pipe is not created, thereby saving two I/O handles.
*
* @note On Unix platforms, the maximum_number_of_handles parameter