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

◆ removeFacet()

virtual ObjectPtr Ice::ObjectAdapter::removeFacet ( const Identity & id,
std::string_view facet )
pure virtual

Removes a servant from the object adapter's Active Servant Map, while specifying a facet.

Parameters
idThe identity of the Ice object that is implemented by the servant.
facetThe facet. An empty facet means the default facet.
Returns
The removed servant.
Exceptions
NotRegisteredExceptionThrown when no servant with the given identity and facet is registered.