Fawkes API
Fawkes Development Version
|
24 #ifndef _CORE_THREADING_THREAD_LOOP_LISTENER_H_
25 #define _CORE_THREADING_THREAD_LOOP_LISTENER_H_
virtual void pre_loop(Thread *thread)
Empty stub for the pre loop function of the loop listener.
Thread loop listener interface.
Fawkes library namespace.
virtual ~ThreadLoopListener()
Virtual empty destructor.
Thread class encapsulation of pthreads.
virtual void post_loop(Thread *thread)
Empty stub for the post loop function of the loop listener.