Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ setDefaultRouter()

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.

Parameters
rtrThe new default router. Use nullopt to remove the default router.
See also
getDefaultRouter
createObjectAdapterWithRouter
Router