diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-16 14:06:26 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-16 14:06:26 +0200 |
commit | 7041ab5d41644bc3310b5c16b9c0aa3818a03d10 (patch) | |
tree | e3cab3306b88a72cd32e13bb4baa192f7d775e65 /core/main.cpp | |
parent | 01212a19ce05aaa27ff33dae06bed646e7a65535 (diff) |
skeleton for events handler
functions return type correction
Diffstat (limited to 'core/main.cpp')
-rw-r--r-- | core/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.cpp b/core/main.cpp index 4a71738..1fe689c 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -25,7 +25,7 @@ ACE_Log_Msg logger; bool halt_requested = false; -PLUGINLINK pluglink = {&CreateServiceFunction, &CallService, &ServiceExists}; +PLUGINLINK pluglink = {&CreateServiceFunction, &CallService, &ServiceExists, &RegisterEventHandler, &RegisterEventType}; int on_exit() { |