Public Member Functions | |
ImR_Activator_Shutdown (ImR_Activator_i &act) | |
void | operator() (int which_signal) |
Private Attributes | |
ImR_Activator_i & | act_ |
Definition at line 10 of file ImR_Activator.cpp.
ImR_Activator_Shutdown::ImR_Activator_Shutdown | ( | ImR_Activator_i & | act | ) |
void ImR_Activator_Shutdown::operator() | ( | int | which_signal | ) |
Definition at line 26 of file ImR_Activator.cpp.
References CORBA::Exception::_tao_print_exception(), act_, and ImR_Activator_i::shutdown().
00027 { 00028 try 00029 { 00030 this->act_.shutdown (true); 00031 } 00032 catch (const CORBA::Exception& ex) 00033 { 00034 ex._tao_print_exception ("ImR Activator: "); 00035 } 00036 }
ImR_Activator_i& ImR_Activator_Shutdown::act_ [private] |