| 434 | } |
| 435 | |
| 436 | void DelegateOptions::SetDynamicBackendsPath(const std::string& dynamicBackendsPath) |
| 437 | { |
| 438 | p_DelegateOptionsImpl->m_RuntimeOptions.m_DynamicBackendsPath = dynamicBackendsPath; |
| 439 | } |
| 440 | |
| 441 | const std::string& DelegateOptions::GetDynamicBackendsPath() const |
| 442 | { |