#include <ThreadDoneCallback.hpp>
Inheritance diagram for BLOCXX_NAMESPACE::ThreadDoneCallback:
Public Member Functions | |
virtual | ~ThreadDoneCallback () |
void | notifyThreadDone (Thread *t) |
Protected Member Functions | |
virtual void | doNotifyThreadDone (Thread *t)=0 |
Definition at line 47 of file ThreadDoneCallback.hpp.
|
Definition at line 44 of file ThreadDoneCallback.cpp. |
|
Implemented in BLOCXX_NAMESPACE::ThreadCountDecrementer. Referenced by notifyThreadDone(). |
|
Definition at line 48 of file ThreadDoneCallback.cpp. References doNotifyThreadDone(). |