| 309 | } |
| 310 | |
| 311 | void |
| 312 | PluginDeclaration::register_plugin () |
| 313 | { |
| 314 | if (Dispatcher::instance ()) { |
| 315 | Dispatcher::instance ()->plugin_registered (this); |
| 316 | initialize (Dispatcher::instance ()); |
| 317 | Dispatcher::instance ()->config_setup (); |
| 318 | } |
| 319 | } |
| 320 | |
| 321 | std::string |
| 322 | PluginDeclaration::name () const |
nothing calls this directly
no test coverage detected