CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
XHTMLMonitor.h
Go to the documentation of this file.
1 // $Id: XHTMLMonitor.h,v 1.6 2011/03/07 15:31:32 mommsen Exp $
3 
4 #ifndef EventFilter_StorageManager_XHTMLMonitor_h
5 #define EventFilter_StorageManager_XHTMLMonitor_h
6 
7 #include "boost/thread/mutex.hpp"
8 
9 namespace stor {
10 
20  {
21 
22  public:
23 
27  XHTMLMonitor();
28 
32  ~XHTMLMonitor();
33 
34  private:
35 
37 
38  };
39 
40 } // namespace stor
41 
42 #endif // EventFilter_StorageManager_XHTMLMonitor_h
43 
44 
static boost::mutex mutex
Definition: LHEProxy.cc:11
static boost::mutex xhtmlMakerMutex_
Definition: XHTMLMonitor.h:36