38 #ifndef BLOCXX_THREAD_DONE_CALLBACK_HPP_INCLUDE_GUARD_
39 #define BLOCXX_THREAD_DONE_CALLBACK_HPP_INCLUDE_GUARD_
40 #include "blocxx/BLOCXX_config.h"
48 class BLOCXX_COMMON_API ThreadDoneCallback :
public IntrusiveCountableBase
51 virtual ~ThreadDoneCallback();
52 void notifyThreadDone(Thread* t);
54 virtual void doNotifyThreadDone(Thread* t) = 0;