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

◆ createObjectAdapterWithRouter()

ObjectAdapterPtr Ice::Communicator::createObjectAdapterWithRouter ( std::string name,
RouterPrx rtr )

Creates a new object adapter with a router.

This function creates a routed object adapter. Calling this function with an empty name will result in a UUID being generated for the name.

Parameters
nameThe object adapter name.
rtrThe router.
Returns
The new object adapter.
See also
createObjectAdapter
ObjectAdapter
Properties