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

◆ setDefaultObjectAdapter()

void Ice::Communicator::setDefaultObjectAdapter ( ObjectAdapterPtr adapter)

Sets the object adapter that will be associated with new outgoing connections created by this communicator.

This function has no effect on existing outgoing connections, or on incoming connections.

Parameters
adapterThe object adapter to associate with new outgoing connections.
Exceptions
CommunicatorDestroyedExceptionThrown when the communicator has been destroyed.
See also
Connection::setAdapter