diff options
Diffstat (limited to 'server-tools/instance-manager/IMService.h')
-rw-r--r-- | server-tools/instance-manager/IMService.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/server-tools/instance-manager/IMService.h b/server-tools/instance-manager/IMService.h index 5954a8a46af..aceafb2fca6 100644 --- a/server-tools/instance-manager/IMService.h +++ b/server-tools/instance-manager/IMService.h @@ -14,11 +14,14 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #pragma once -#include "windowsservice.h" +#include "WindowsService.h" -class IMService : public WindowsService +class IMService: public WindowsService { public: + static int main(); + +private: IMService(void); ~IMService(void); |