qpid::sys::APRBase Class Reference
Use of APR libraries necessitates explicit init and terminate calls.
More...
#include <APRBase.h>
List of all members.
|
Static Public Member Functions |
static void | increment () |
static void | decrement () |
Detailed Description
Use of APR libraries necessitates explicit init and terminate calls.
Any class using APR libs should obtain the reference to this singleton and increment on construction, decrement on destruction. This class can then correctly initialise apr before the first use and terminate after the last use.
The documentation for this class was generated from the following file:
- /home/jross/checkouts/qpid/cpp/src/qpid/sys/apr/APRBase.h