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

◆ removeDefaultServant()

virtual ObjectPtr Ice::ObjectAdapter::removeDefaultServant ( std::string_view category)
pure virtual

Removes the default servant for a specific category.

Parameters
categoryThe category of the default servant to remove.
Returns
The default servant.
Exceptions
NotRegisteredExceptionThrown when no default servant is registered for the given category.