Fawkes API
Fawkes Development Version
|
23 #ifndef _UTILS_SYSTEM_FAM_THREAD_H_
24 #define _UTILS_SYSTEM_FAM_THREAD_H_
26 #include <core/threading/thread.h>
27 #include <core/utils/refptr.h>
28 #include <utils/system/fam.h>
virtual void loop()
Code to execute in the thread.
RefPtr<> is a reference-counting shared smartpointer.
FileAlterationMonitor thread wrapper.
Fawkes library namespace.
virtual void run()
Code to execute in the thread.
virtual void run()
Stub to see name in backtrace for easier debugging.
Thread class encapsulation of pthreads.
RefPtr< FileAlterationMonitor > get_fam()
Get FileAlterationMonitor.
FamThread(RefPtr< FileAlterationMonitor > fam=RefPtr< FileAlterationMonitor >())
Constructor.