#include <Plugin.h>

Public Member Functions | |
| virtual | ~Target () |
| Calls finalize() if not already called. | |
| void | finalize () |
| Run all the finalizers. | |
| void | addFinalizer (const boost::function< void()> &) |
| Add a function to run when finalize() is called. | |
Also allows plug-ins to attach a a function to be called when the target is 'finalized'.
Definition at line 45 of file Plugin.h.
| virtual qpid::Plugin::Target::~Target | ( | ) | [virtual] |
Calls finalize() if not already called.
1.5.6