summaryrefslogtreecommitdiff
path: root/ace/NT_Service.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-01-19 17:47:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-01-19 17:47:56 +0000
commit440924f1e326e1069d15beb10167143de944c3fa (patch)
treec3b9679a69e99b04d60f66e1c7ae852c690290e6 /ace/NT_Service.h
parentd3269e48beba8e3434f49bd0e379e6ba26fe048b (diff)
downloadATCD-440924f1e326e1069d15beb10167143de944c3fa.tar.gz
ChangeLogTag:Sun Jan 19 11:40:10 2003 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/NT_Service.h')
-rw-r--r--ace/NT_Service.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/ace/NT_Service.h b/ace/NT_Service.h
index 32f74318a58..e3675b6fa57 100644
--- a/ace/NT_Service.h
+++ b/ace/NT_Service.h
@@ -333,12 +333,10 @@ protected:
* most <wait_time> to get to the desired state. If <wait_time> is
* 0, then the function keeps waiting until the desired state is
* reached or the service doesn't update its state any further. The
- * svc_status_ class member is updated upon return. NOTE - the
- * timeout doesn't currently work - it always acts like
- * ACE_Time_Value::zero is passed - it checks the state once but
- * doesn't wait after that.
+ * svc_status_ class member is updated upon return.
*/
- void wait_for_service_state (DWORD desired_state, ACE_Time_Value *wait_time);
+ void wait_for_service_state (DWORD desired_state,
+ ACE_Time_Value *wait_time);
/// Called by <handle_control> when a stop/shutdown was requested.
virtual void stop_requested (DWORD control_code);