From 516c2cec67ca327e443f8bd7e75d92ca32fc69ec Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 30 Oct 2010 03:59:10 +0300 Subject: bgg --- core/modules.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'core/modules.h') diff --git a/core/modules.h b/core/modules.h index 5ba7a11..2e843a4 100644 --- a/core/modules.h +++ b/core/modules.h @@ -14,7 +14,14 @@ public: load Load; on_modules_loaded OnModulesLoaded; unload Unload; - set_plugin_info SetPluginInfo; + set_plugin_info SetPluginInfo; + exported_functions_s() + { + Load =NULL; + OnModulesLoaded = NULL; + Unload = NULL; + SetPluginInfo = NULL; + } }; ACE_DLL *get_plugin(); void set_plugin(); -- cgit v1.2.3