Go to the documentation of this file.00001
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 }
00041
00042 #endif // EventFilter_StorageManager_XHTMLMonitor_h
00043
00044