Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
StorageManager
src
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
4
#include "
EventFilter/StorageManager/interface/XHTMLMonitor.h
"
5
6
#include <xercesc/util/PlatformUtils.hpp>
7
8
using namespace
xercesc;
9
10
boost::mutex
stor::XHTMLMonitor::xhtmlMakerMutex_
;
11
12
stor::XHTMLMonitor::XHTMLMonitor
()
13
{
14
xhtmlMakerMutex_.lock();
15
XMLPlatformUtils::Initialize();
16
}
17
18
stor::XHTMLMonitor::~XHTMLMonitor
()
19
{
20
XMLPlatformUtils::Terminate();
21
xhtmlMakerMutex_.unlock();
22
}
23
24
mutex
static boost::mutex mutex
Definition:
LHEProxy.cc:11
XHTMLMonitor.h
stor::XHTMLMonitor::xhtmlMakerMutex_
static boost::mutex xhtmlMakerMutex_
Definition:
XHTMLMonitor.h:36
stor::XHTMLMonitor::XHTMLMonitor
XHTMLMonitor()
Definition:
XHTMLMonitor.cc:12
stor::XHTMLMonitor::~XHTMLMonitor
~XHTMLMonitor()
Definition:
XHTMLMonitor.cc:18
Generated for CMSSW Reference Manual by
1.8.5