---------------------------------------------------------------------
| 41 | |
| 42 | //--------------------------------------------------------------------- |
| 43 | void Set(std::unique_ptr<T> plugin) |
| 44 | { |
| 45 | plugin_ = std::move(plugin); |
| 46 | } |
| 47 | |
| 48 | //--------------------------------------------------------------------- |
| 49 | T& Get() const |
no outgoing calls