TAO_CosNotification
2.1.2
|
A method request for storing events. More...
#include <Method_Request_Event.h>
Public Member Functions | |
TAO_Notify_Method_Request_Event_Queueable (const TAO_Notify_Method_Request_Event &prev_request, const TAO_Notify_Event::Ptr &event) | |
TAO_Notify_Method_Request_Event_Queueable (TAO_Notify::Delivery_Request_Ptr &request) | |
virtual | ~TAO_Notify_Method_Request_Event_Queueable () |
Destructor. | |
virtual int | execute (void) |
satisfy the pure virtual method. Should never be called. | |
Private Attributes | |
TAO_Notify_Event::Ptr | event_var_ |
A method request for storing events.
TAO_Notify_Method_Request_Event_Queueable::TAO_Notify_Method_Request_Event_Queueable | ( | const TAO_Notify_Method_Request_Event & | prev_request, |
const TAO_Notify_Event::Ptr & | event | ||
) |
Constructor Not the event_var is passed as a separate parameter to avoid throwing exceptions from the constructor if it's necessary to copy the event.
TAO_Notify_Method_Request_Event_Queueable::TAO_Notify_Method_Request_Event_Queueable | ( | TAO_Notify::Delivery_Request_Ptr & | request | ) |
Destructor.
|
virtual |
satisfy the pure virtual method. Should never be called.
Implements TAO_Notify_Method_Request.