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

◆ addWithUUID()

template<typename Prx = ObjectPrx, std::enable_if_t< std::is_base_of_v< ObjectPrx, Prx >, bool > = true>
Prx Ice::ObjectAdapter::addWithUUID ( ObjectPtr servant)
inlinenodiscard

Adds a servant to this object adapter's Active Servant Map (ASM), using an automatically generated UUID as its identity.

Template Parameters
PrxThe type of the proxy to return.
Parameters
servantThe servant to add.
Returns
A proxy with the generated UUID identity created by this object adapter.

Definition at line 132 of file ObjectAdapter.h.