24 #ifndef __CORE_THREADING_THREAD_NOTIFICATION_LISTENER_H_ 25 #define __CORE_THREADING_THREAD_NOTIFICATION_LISTENER_H_ Fawkes library namespace.
Thread notification listener interface.
Thread class encapsulation of pthreads.
virtual bool thread_init_failed(Thread *thread)=0
Thread initialization failed.
virtual bool thread_started(Thread *thread)=0
Thread started successfully.
virtual ~ThreadNotificationListener()
Virtual empty destructor.