Public Member Functions | |
ImR_Locator_Shutdown (ImR_Locator_i &imr) | |
void | operator() (int which_signal) |
Private Attributes | |
ImR_Locator_i & | imr_ |
Definition at line 8 of file ImR_Locator.cpp.
ImR_Locator_Shutdown::ImR_Locator_Shutdown | ( | ImR_Locator_i & | imr | ) |
void ImR_Locator_Shutdown::operator() | ( | int | which_signal | ) |
Definition at line 24 of file ImR_Locator.cpp.
References CORBA::Exception::_tao_print_exception(), imr_, and ImR_Locator_i::shutdown().
00025 { 00026 try 00027 { 00028 this->imr_.shutdown (true); 00029 } 00030 catch (const CORBA::Exception& ex) 00031 { 00032 ex._tao_print_exception ("ImR: "); 00033 } 00034 }
ImR_Locator_i& ImR_Locator_Shutdown::imr_ [private] |