This class is used in order to encapsulate the cycle selector and the multiplexing context in a server action passing it as parameter. More...
#include <RequestEvent.h>
Public Member Functions | |
RequestEvent (MultiplexingContext *context) | |
constructor | |
virtual | ~RequestEvent () |
Delete RequestContext. The associated multiplexingContext is not destroyed, it will be automatically destroyed when no references pointing to it. | |
Friends | |
class | ServerAction |
This class is used in order to encapsulate the cycle selector and the multiplexing context in a server action passing it as parameter.
Definition at line 16 of file RequestEvent.h.
fesa::RequestEvent::RequestEvent | ( | MultiplexingContext * | context | ) |
constructor
context | the context attached to the event |
Definition at line 8 of file RequestEvent.cpp.
fesa::RequestEvent::~RequestEvent | ( | ) | [virtual] |
Delete RequestContext. The associated multiplexingContext is not destroyed, it will be automatically destroyed when no references pointing to it.
Definition at line 13 of file RequestEvent.cpp.
friend class ServerAction [friend] |
Definition at line 35 of file RequestEvent.h.