void Ice::Communicator::setDefaultLocator | ( | const std::optional< LocatorPrx > & | loc | ) |
Sets the default locator of this communicator.
All newly created proxies will use this default locator. This function has no effect on existing proxies or object adapters.
loc | The new default locator. Use nullopt to remove the default locator. |