From 70d22ef07b945b799f6a8d39cbfbb1b6624f61a9 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 30 Oct 2010 05:36:41 +0300 Subject: utf8 --- core/modules.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/modules.h') diff --git a/core/modules.h b/core/modules.h index 2e843a4..c8b0306 100644 --- a/core/modules.h +++ b/core/modules.h @@ -24,7 +24,8 @@ public: } }; ACE_DLL *get_plugin(); - void set_plugin(); +// void set_plugin(); + const PLUGININFO *get_plugininfo(); const exported_functions_s *get_exported_functions(); plugin(ACE_DLL *lib, PLUGININFO *info, exported_functions_s *funcs); ~plugin(); -- cgit v1.2.3