From 7041ab5d41644bc3310b5c16b9c0aa3818a03d10 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 16 Mar 2011 14:06:26 +0200 Subject: skeleton for events handler functions return type correction --- core/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/main.cpp') 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() { -- cgit v1.2.3