CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/EventFilter/StorageManager/interface/XHTMLMonitor.h

Go to the documentation of this file.
00001 // $Id: XHTMLMonitor.h,v 1.6 2011/03/07 15:31:32 mommsen Exp $
00003 
00004 #ifndef EventFilter_StorageManager_XHTMLMonitor_h
00005 #define EventFilter_StorageManager_XHTMLMonitor_h
00006 
00007 #include "boost/thread/mutex.hpp"
00008 
00009 namespace stor {
00010 
00019   class XHTMLMonitor
00020   {
00021     
00022   public:
00023     
00027     XHTMLMonitor();
00028 
00032     ~XHTMLMonitor();
00033 
00034   private:
00035 
00036     static boost::mutex xhtmlMakerMutex_;
00037 
00038   };
00039 
00040 } // namespace stor
00041 
00042 #endif // EventFilter_StorageManager_XHTMLMonitor_h
00043 
00044