a simple place-holder that anonymizes the type passed to the callback. More...
#include <safe_callback.h>

Public Member Functions | |
| virtual | ~callback_data_block () |
a simple place-holder that anonymizes the type passed to the callback.
the virtual destructor above ensures that RTTI can be used if necessary; objects of different class types can be differentiated when passed to the callback.
Definition at line 141 of file safe_callback.h.
| processes::callback_data_block::~callback_data_block | ( | ) | [virtual] |
Definition at line 36 of file safe_callback.cpp.
1.6.3