Eris
1.3.19
|
Public Types | |
typedef void(T::* | T_method )(const Atlas::Objects::Operation::RootOperation &op) |
Public Member Functions | |
MemberResponse (T *obj, void(T::*method)(const Atlas::Objects::Operation::RootOperation &op)) | |
virtual bool | responseReceived (const Atlas::Objects::Operation::RootOperation &op) |
Process a response. |
virtual bool Eris::MemberResponse< T >::responseReceived | ( | const Atlas::Objects::Operation::RootOperation & | op | ) | [inline, virtual] |
Process a response.
Return true if the operation was handled, and false if it should be processed by the router system as normal.
Implements Eris::ResponseBase.