void Ice::Communicator::setDefaultRouter | ( | const std::optional< RouterPrx > & | rtr | ) |
Sets the default router of this communicator.
All newly created proxies will use this default router. This function has no effect on existing proxies.
rtr | The new default router. Use nullopt to remove the default router. |