|
Teko Version of the Day
|
#include <Teko_RequestCallback.hpp>

Public Member Functions | |
| virtual bool | handlesRequest (const RequestMesg &)=0 |
Base class that basically describes a sub set of functonality for a listener. The application should derive off RequestCallback.
Definition at line 21 of file Teko_RequestCallback.hpp.
|
pure virtual |
Does this object satisfy the request?
Implemented in Teko::RequestCallback< DataT >, and Teko::StaticRequestCallback< DataT >.