Set plugin namespace
| 119 | |
| 120 | // Set plugin namespace |
| 121 | void Reorg::setPluginNamespace(char const* pluginNamespace) noexcept |
| 122 | { |
| 123 | mPluginNamespace = pluginNamespace; |
| 124 | } |
| 125 | |
| 126 | char const* Reorg::getPluginNamespace() const noexcept |
| 127 | { |
no outgoing calls
no test coverage detected