From c6ceb73febc0f5afcd01341a16dca768d5c627cd Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 17 Mar 2011 21:39:28 +0200 Subject: modified: api/ec_pluginapi.h modified: core/events.cpp modified: core/events.h modified: core/globals.h modified: core/modules.cpp modified: core/modules.h --- core/modules.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/modules.h') diff --git a/core/modules.h b/core/modules.h index ca61aee..81d2c84 100644 --- a/core/modules.h +++ b/core/modules.h @@ -46,6 +46,8 @@ public: const PLUGININFO *get_plugininfo(); const exported_functions_s *get_exported_functions(); const int get_plugin_id(); + const std::list get_event_list(); + int register_event(int); plugin(ACE_DLL *lib, PLUGININFO *info, exported_functions_s *funcs); ~plugin(); private: @@ -53,6 +55,7 @@ private: exported_functions_s *exported_funcs; PLUGININFO *plugininfo; int pluginid; + std::list events; }; #endif // MODULE_H_INCLUDED -- cgit v1.2.3