| 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.
| name | The object adapter name. |
| rtr | The router. |