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

◆ addAdminFacet()

void Ice::Communicator::addAdminFacet ( ObjectPtr servant,
std::string facet )

Adds a new facet to the Admin object.

Parameters
servantThe servant that implements the new Admin facet.
facetThe name of the new Admin facet.
Exceptions
AlreadyRegisteredExceptionThrown when a facet with the same name is already registered.