FreeNOS
|
Represents a callback function. More...
#include <Callback.h>
Public Member Functions | |
virtual void | execute (void *parameter)=0 |
Execute the callback. More... | |
Represents a callback function.
Definition at line 34 of file Callback.h.
|
pure virtual |
Execute the callback.
parameter | Optional parameter to pass to the function |
Implemented in Callback< Base, ParamType >, and Callback< MemoryContext, Address >.
Referenced by SplitAllocator::allocateSparse(), and ChannelClient::processResponse().