|
Ice 3.7 C++11 API Reference
|
A special plug-in that installs a thread hook during a communicator's initialization. More...
#include <Ice/Ice.h>


Public Member Functions | |
| virtual void | destroy () |
| Not used. | |
| virtual void | initialize () |
| Not used. | |
| ThreadHookPlugin (const CommunicatorPtr &communicator, std::function< void()> start, std::function< void()> stop) | |
| Installs the thread hooks. | |
| Public Member Functions inherited from Ice::Plugin | |
| virtual | ~Plugin () |
A special plug-in that installs a thread hook during a communicator's initialization.
Both initialize and destroy are no-op. See InitializationData.
| Ice::ThreadHookPlugin::ThreadHookPlugin | ( | const CommunicatorPtr & | communicator, |
| std::function< void()> | start, | ||
| std::function< void()> | stop ) |
Installs the thread hooks.
| communicator | The communicator in which to install the thread hooks. |
| start | The start callback. |
| stop | The stop callback. |
|
virtual |
Not used.
Implements Ice::Plugin.
|
virtual |
Not used.
Implements Ice::Plugin.