summaryrefslogtreecommitdiff
path: root/core/modules.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-30 03:59:10 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-30 03:59:10 +0300
commit516c2cec67ca327e443f8bd7e75d92ca32fc69ec (patch)
tree40b6645c2b9c019e89b49d721112ca4d7ea77be0 /core/modules.h
parent7abf016291b68e30139e0b8349d83333c39bcf88 (diff)
bgg
Diffstat (limited to 'core/modules.h')
-rw-r--r--core/modules.h9
1 files changed, 8 insertions, 1 deletions
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();