Public Member Functions | |
destroy_Policy (POA_CORBA::Policy *servant) | |
virtual void | execute (void) |
Execute the upcall. | |
Private Attributes | |
POA_CORBA::Policy *const | servant_ |
|
Definition at line 606 of file PolicyS.cpp.
00608 : servant_ (servant) 00609 { 00610 } |
|
Execute the upcall.
Implements TAO::Upcall_Command. Definition at line 612 of file PolicyS.cpp.
|
|
Definition at line 620 of file PolicyS.cpp. |