23 #include <utils/system/fam_thread.h> 46 :
Thread(
"FileAlterationMonitorThread",
Thread::OPMODE_CONTINUOUS)
67 __fam->process_events(-1);
virtual void loop()
Code to execute in the thread.
Fawkes library namespace.
Thread class encapsulation of pthreads.
FamThread(RefPtr< FileAlterationMonitor > fam=RefPtr< FileAlterationMonitor >())
Constructor.
RefPtr< FileAlterationMonitor > get_fam()
Get FileAlterationMonitor.
Monitors files for changes.
RefPtr<> is a reference-counting shared smartpointer.