23 #ifndef __PLUGINS_XMLRPC_METHODS_PLUGIN_H_ 24 #define __PLUGINS_XMLRPC_METHODS_PLUGIN_H_ 26 #include <xmlrpc-c/registry.hpp> 44 virtual void execute(xmlrpc_c::paramList
const& params,
45 xmlrpc_c::value *
const result);
54 virtual void execute(xmlrpc_c::paramList
const& params,
55 xmlrpc_c::value *
const result);
65 virtual void execute(xmlrpc_c::paramList
const& params,
66 xmlrpc_c::value *
const result);
73 xmlrpc_c::registry *__xmlrpc_registry;
XML-RPC method to load a plugin.
Fawkes library namespace.
Wrapper class for plugin related XML-RPC methods.
XML-RPC method to unload a plugin.
Plugin list XML-RPC method.