#include <ESF_Shutdown_Proxy.h>
Inheritance diagram for TAO_ESF_Shutdown_Proxy< PROXY >:
Public Member Functions | |
TAO_ESF_Shutdown_Proxy (void) | |
void | work (PROXY *proxy) |
Callback interface. |
Definition at line 27 of file ESF_Shutdown_Proxy.h.
|
Definition at line 8 of file ESF_Shutdown_Proxy.inl.
00009 { 00010 } |
|
Callback interface.
Implements TAO_ESF_Worker< PROXY >. Definition at line 16 of file ESF_Shutdown_Proxy.cpp.
00017 { 00018 try 00019 { 00020 proxy->shutdown (); 00021 } 00022 catch (const CORBA::Exception&) 00023 { 00024 // Do not propagate any exceptions 00025 } 00026 } |