Public Member Functions | |
ImR_Locator_Shutdown (ImR_Locator_i &imr) | |
void | operator() (int which_signal) |
Private Attributes | |
ImR_Locator_i & | imr_ |
|
Definition at line 18 of file ImR_Locator.cpp.
00019 : imr_(imr) 00020 { 00021 } |
|
Definition at line 24 of file ImR_Locator.cpp. References ACE_ANY_EXCEPTION, ACE_CATCHANY, ACE_DECLARE_NEW_CORBA_ENV, ACE_ENDTRY, ACE_ENV_ARG_PARAMETER, ACE_PRINT_EXCEPTION, ACE_TRY, ACE_TRY_CHECK, imr_, and ImR_Locator_i::shutdown().
00025 { 00026 ACE_DECLARE_NEW_CORBA_ENV; 00027 ACE_TRY 00028 { 00029 this->imr_.shutdown (true ACE_ENV_ARG_PARAMETER); 00030 ACE_TRY_CHECK; 00031 } 00032 ACE_CATCHANY 00033 { 00034 ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION, "ImR: "); 00035 } 00036 ACE_ENDTRY; 00037 } |
|
Definition at line 15 of file ImR_Locator.cpp. Referenced by operator()(). |