#include <Method_Request_Updates_T.h>
Inheritance diagram for TAO_Notify_Method_Request_Updates_T< SEQ, PROXY, SEQ_PARAM, PROXY_PARAM >:
Public Member Functions | |
TAO_Notify_Method_Request_Updates_T (SEQ_PARAM added, SEQ_PARAM removed, PROXY_PARAM proxy) | |
Constuctor. | |
virtual | ~TAO_Notify_Method_Request_Updates_T () |
Destructor. | |
int | execute_i (ACE_ENV_SINGLE_ARG_DECL) |
Execute the Request. | |
Protected Attributes | |
SEQ | added_ |
Update Added. | |
SEQ | removed_ |
Update Removed. | |
PROXY | proxy_ |
The Proxy that will receive the updates. |
|
Constuctor.
|
|
Destructor.
|
|
Execute the Request.
|
|
Update Added.
|
|
The Proxy that will receive the updates.
|
|
Update Removed.
|