Represents a communicator plug-in. More...
#include <Ice/Ice.h>

Public Member Functions | |
| virtual void | destroy ()=0 |
| Destroys this plugin. This function is called when the communicator is destroyed. | |
| virtual void | initialize ()=0 |
| Performs any necessary initialization steps. | |
Represents a communicator plug-in.
A plug-in generally adds a feature to a communicator, such as support for an additional transport. The communicator loads its plug-ins in two stages: the first stage creates the plug-ins, and the second stage calls Plugin::initialize on each one.