#include <Method_Request_Updates.h>
Inheritance diagram for TAO_Notify_Method_Request_Updates:


Public Member Functions | |
| TAO_Notify_Method_Request_Updates (const TAO_Notify_EventTypeSeq &added, const TAO_Notify_EventTypeSeq &removed, TAO_Notify_Proxy *proxy) | |
| Constructor. | |
| virtual | ~TAO_Notify_Method_Request_Updates () |
| Destructor. | |
| virtual int | execute (void) |
| Execute the Request. | |
Definition at line 40 of file Method_Request_Updates.h.
| TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_Method_Request_Updates::TAO_Notify_Method_Request_Updates | ( | const TAO_Notify_EventTypeSeq & | added, | |
| const TAO_Notify_EventTypeSeq & | removed, | |||
| TAO_Notify_Proxy * | proxy | |||
| ) |
Constructor.
Definition at line 13 of file Method_Request_Updates.cpp.
00014 : TAO_Notify_Method_Request_Updates_Base (added, removed, proxy) 00015 { 00016 }
| TAO_Notify_Method_Request_Updates::~TAO_Notify_Method_Request_Updates | ( | ) | [virtual] |
| int TAO_Notify_Method_Request_Updates::execute | ( | void | ) | [virtual] |
Execute the Request.
Implements TAO_Notify_Method_Request.
Definition at line 23 of file Method_Request_Updates.cpp.
1.4.7