XML-RPC method to unload a plugin. More...
#include <plugin.h>
Public Member Functions | |
| plugin_unload (fawkes::PluginManager *plugin_manager, fawkes::Logger *logger) | |
| Constructor. | |
| virtual | ~plugin_unload () |
| Virtual empty destructor. | |
| virtual void | execute (xmlrpc_c::paramList const ¶ms, xmlrpc_c::value *const result) |
| Execute method. | |
XML-RPC method to unload a plugin.
Definition at line 61 of file plugin.h.
| XmlRpcPluginMethods::plugin_unload::plugin_unload | ( | fawkes::PluginManager * | plugin_manager, | |
| fawkes::Logger * | logger | |||
| ) |
Constructor.
| plugin_manager | plugin manager to query for plugin listings. | |
| logger | logger to report problems |
Definition at line 178 of file plugin.cpp.
| XmlRpcPluginMethods::plugin_unload::~plugin_unload | ( | ) | [virtual] |
Virtual empty destructor.
Definition at line 189 of file plugin.cpp.
| void XmlRpcPluginMethods::plugin_unload::execute | ( | xmlrpc_c::paramList const & | params, | |
| xmlrpc_c::value *const | result | |||
| ) | [virtual] |
Execute method.
| params | parameters | |
| result | result value |
Definition at line 198 of file plugin.cpp.
References fawkes::Logger::log_warn(), and fawkes::PluginManager::unload().
1.6.1