| 244 | */ |
| 245 | template <typename T> |
| 246 | bool PluginManager<T>::loadPlugin(const std::string& driverFileName) |
| 247 | { |
| 248 | return get().l_loadPlugin(driverFileName); |
| 249 | } |
| 250 | |
| 251 | |
| 252 | template <typename T> |
nothing calls this directly
no test coverage detected