Public Member Functions | Protected Member Functions

Startup Class Reference

Helper class to install and run the application as a windows service. More...

#include <startup.h>

List of all members.

Public Member Functions

 Startup (int argc, char *argv[])
 Constructor.

Protected Member Functions

void start ()
 Start the service.
void stop ()
 Stop the service gracefully.

Detailed Description

Helper class to install and run the application as a windows service.

Definition at line 16 of file startup.h.


Member Function Documentation

void Startup::stop (  )  [protected]

Stop the service gracefully.

Warning:
This method is not called when the program terminates abnormally, e.g. after a fatal error, or when killed from outside.

Definition at line 64 of file startup.cpp.


The documentation for this class was generated from the following files: