summaryrefslogtreecommitdiff
path: root/ace/NT_Service.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed tabs and trailing spaces.Steve Huston1999-03-231-3/+3
|
* Revised state(DWORD *, ACE_Time_Value*) to always return -1 on any error;Steve Huston1999-03-231-14/+19
| | | | | | Make state(ACE_Time_Value*) now call state (DWORD*, ACE_Time_Value*) to get a completely accurate answer rather than the other way around. Thanks to martin Krumpolec for the ideas and changes.
* ChangeLogTag: Mon Mar 8 17:35:04 1999 Gonzalo Diethelm ↵gonzo1999-03-081-9/+37
| | | | <gonzo@tango.cs.wustl.edu>
* Fixed compile problem.Steve Huston1999-02-231-4/+4
|
* Added test_access() and state(DWORD *, ACE_Time_Value*)Steve Huston1999-02-231-0/+43
|
* Added a number of methods - register/remove a service, as well as SCP-like ↵Steve Huston1998-12-081-0/+283
| | | | | | methods to start/stop/pause/continue a service as well as query its state. Thanks to Gonzo for the bulk of the code for this!
* New for NT only - adapt an NT Service to an ACE_Task.Steve Huston1998-10-061-0/+148