using Ice::PluginFactoryFunc |
A plug-in factory function responsible for creating an Ice plug-in.
For plug-ins that may be loaded dynamically, these functions are extern "C" to avoid name mangling.
communicator | The communicator in which the plug-in will be installed. |
name | The name assigned to the plug-in. |
args | Additional arguments included in the plug-in's configuration. |
Definition at line 23 of file PluginFactory.h.