mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
initial import of Windows port of IM.
This commit is contained in:
14
server-tools/instance-manager/IMService.h
Executable file
14
server-tools/instance-manager/IMService.h
Executable file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "windowsservice.h"
|
||||
|
||||
class IMService : public WindowsService
|
||||
{
|
||||
public:
|
||||
IMService(void);
|
||||
~IMService(void);
|
||||
|
||||
protected:
|
||||
void Log(const char *msg);
|
||||
void Stop();
|
||||
void Run();
|
||||
};
|
Reference in New Issue
Block a user