# HG changeset patch # User David Pineau # Date 1270203644 -7200 # Node ID b08270288b34a2237769a85423e5dfb27040ddff # Parent 5e96f1aa291d15d6a57e04c2c1f1a093292facb4 Backed out changeset 5e96f1aa291d diff -r 5e96f1aa291d -r b08270288b34 include/IModule.hpp --- a/include/IModule.hpp Thu Apr 01 19:45:26 2010 +0200 +++ b/include/IModule.hpp Fri Apr 02 12:20:44 2010 +0200 @@ -72,19 +72,19 @@ */ virtual bool configure(IConfig* conf = NULL) = 0; }; + + extern "C" + { + /** + * @brief Entry point of the module. + * + * @return The module instance. + * + * @see IModule + */ + IModule * ziaGetModuleInstance(void); + } }; }; -extern "C" -{ - /** - * @brief Entry point of the module. - * - * @return The module instance. - * - * @see IModule - */ - zia::api::IModule * ziaGetModuleInstance(void); -} - #endif /* ! __ZIA_API_IMODULE_HPP__ */