diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-17 23:58:19 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-17 23:58:19 +0200 |
commit | f4a5bae0c010e3c20d6420c9de2bb74182b26b6e (patch) | |
tree | ac120eaa84821ac21fd51235829c1db82570d230 /core/main.cpp | |
parent | b170dc2b10df0e66acc5bc0bb89ba2c68a755f12 (diff) |
events are working )
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 73e88f3..29d2bd1 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -28,7 +28,7 @@ int current_plugin_id = 13; bool halt_requested = false; -PLUGINLINK pluglink = {&CreateServiceFunction, &CallService, &ServiceExists, &RegisterEventHandler, &RegisterEventType}; +PLUGINLINK pluglink = {&CreateServiceFunction, &CallService, &ServiceExists, &RegisterEventHandler, &RegisterEventType, &ExecuteEvent}; int on_exit() { |