Helper class to install and run the application as a windows service. More...
#include <startup.h>
Public Member Functions | |
Startup (int argc, char *argv[]) | |
Constructor. | |
Protected Member Functions | |
void | start () |
Start the service. | |
void | stop () |
Stop the service gracefully. |
Helper class to install and run the application as a windows service.
Definition at line 16 of file startup.h.
void Startup::stop | ( | ) | [protected] |
Stop the service gracefully.
Definition at line 64 of file startup.cpp.