CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
XHTMLMonitor.cc
Go to the documentation of this file.
1 // $Id: XHTMLMonitor.cc,v 1.4 2011/03/07 15:31:32 mommsen Exp $
3 
5 
6 #include <xercesc/util/PlatformUtils.hpp>
7 
8 using namespace xercesc;
9 
11 
13 {
14  xhtmlMakerMutex_.lock();
15  XMLPlatformUtils::Initialize();
16 }
17 
19 {
20  XMLPlatformUtils::Terminate();
21  xhtmlMakerMutex_.unlock();
22 }
23 
24 
static boost::mutex mutex
Definition: LHEProxy.cc:11
static boost::mutex xhtmlMakerMutex_
Definition: XHTMLMonitor.h:36