#include <XHTMLMonitor.h>
Public Member Functions | |
XHTMLMonitor () | |
~XHTMLMonitor () | |
Static Private Attributes | |
static boost::mutex | xhtmlMakerMutex_ |
Controls the use of XHTMLMaker (xerces is not thread-safe)
Definition at line 19 of file XHTMLMonitor.h.
stor::XHTMLMonitor::XHTMLMonitor | ( | ) |
Constructor
Definition at line 12 of file XHTMLMonitor.cc.
{ xhtmlMakerMutex_.lock(); XMLPlatformUtils::Initialize(); }
stor::XHTMLMonitor::~XHTMLMonitor | ( | ) |
Destructor
Definition at line 18 of file XHTMLMonitor.cc.
{ XMLPlatformUtils::Terminate(); xhtmlMakerMutex_.unlock(); }
boost::mutex stor::XHTMLMonitor::xhtmlMakerMutex_ [static, private] |
Definition at line 36 of file XHTMLMonitor.h.