diff options
author | Anubisss <none@none> | 2010-05-19 21:16:59 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2010-05-19 21:16:59 +0200 |
commit | a5840e9286de8e610b3e4f01438e1e7117b6de3a (patch) | |
tree | aabc7aa2d458ef79800610b5138a0e754d547c98 /src/trinitycore/Master.h | |
parent | a04809437bdc0f5ae0865fdc6b1b43f542cdfae7 (diff) |
Implement a signalhandler via ACE.
Thanks to Diver for test compiling under WIN.
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore/Master.h')
-rw-r--r-- | src/trinitycore/Master.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/trinitycore/Master.h b/src/trinitycore/Master.h index 9fefb6c083c..76ff2af1457 100644 --- a/src/trinitycore/Master.h +++ b/src/trinitycore/Master.h @@ -40,10 +40,6 @@ class Master private: bool _StartDB(); - void _HookSignals(); - void _UnhookSignals(); - static void _OnSignal(int s); - void clearOnlineAccounts(); }; |