Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
WsAbstractMonitor Class Referenceabstract

Abstract class used for monitoring the filesystem. More...

#include <WsAbstractMonitor.h>

Inheritance diagram for WsAbstractMonitor:
Inheritance graph
Collaboration diagram for WsAbstractMonitor:
Collaboration graph

Public Member Functions

virtual ~WsAbstractMonitor ()=0
 Virtual destructor. More...
 
virtual boost::thread * start ()=0
 starts the monitoring process More...
 

Detailed Description

Abstract class used for monitoring the filesystem.

This class must be inherited and methods overriden

Definition at line 25 of file WsAbstractMonitor.h.

Constructor & Destructor Documentation

WsAbstractMonitor::~WsAbstractMonitor ( )
pure virtual

Virtual destructor.

Definition at line 17 of file WsAbstractMonitor.cpp.

Member Function Documentation

virtual boost::thread* WsAbstractMonitor::start ( )
pure virtual

starts the monitoring process

Returns
the boost::thread of the monitoring process

Implemented in WsMonitor.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: