13 #ifndef WS_ABSTRACT_MONITOR_H__
14 #define WS_ABSTRACT_MONITOR_H__
16 #include <boost/thread.hpp>
37 virtual boost::thread*
start() = 0;
virtual ~WsAbstractMonitor()=0
Virtual destructor.
virtual boost::thread * start()=0
starts the monitoring process
Abstract class used for monitoring the filesystem.