23 #ifndef __UTILS_SYSTEM_FAM_THREAD_H_
24 #define __UTILS_SYSTEM_FAM_THREAD_H_
26 #include <core/utils/refptr.h>
27 #include <utils/system/fam.h>
28 #include <core/threading/thread.h>
45 protected:
virtual void run() { Thread::run(); }
Fawkes library namespace.
virtual void run()
Stub to see name in backtrace for easier debugging.
Thread class encapsulation of pthreads.
RefPtr<> is a reference-counting shared smartpointer.
FileAlterationMonitor thread wrapper.