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

◆ addPlugin()

virtual void Ice::PluginManager::addPlugin ( std::string name,
PluginPtr pi )
pure virtual

Installs a new plug-in.

Parameters
nameThe plug-in's name.
piThe plug-in.
Exceptions
AlreadyRegisteredExceptionThrown when a plug-in already exists with the given name.