void Ice::Communicator::addAdminFacet | ( | ObjectPtr | servant, |
std::string | facet ) |
Adds a new facet to the Admin object.
servant | The servant that implements the new Admin facet. |
facet | The name of the new Admin facet. |
AlreadyRegisteredException | Thrown when a facet with the same name is already registered. |