Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WsAbstractMonitor.h
Go to the documentation of this file.
1 /*
2  *
3  * Filename: WsAbstractMonitor.h
4  *
5  * Description:
6  *
7  * Created: 03/29/2012 09:19:53 AM
8  *
9  * Author: Benoit Daccache, ben.daccache@gmail.com
10  *
11  */
12 
13 #ifndef WS_ABSTRACT_MONITOR_H__
14 #define WS_ABSTRACT_MONITOR_H__
15 
16 #include <boost/thread.hpp>
17 
18 
19 
26 public:
27 
31  virtual ~WsAbstractMonitor() = 0;
32 
37  virtual boost::thread* start() = 0;
38 
39 };
40 
41 #endif
virtual ~WsAbstractMonitor()=0
Virtual destructor.
virtual boost::thread * start()=0
starts the monitoring process
Abstract class used for monitoring the filesystem.