Public Member Functions | |
ImR_Activator_Shutdown (ImR_Activator_i &act) | |
void | operator() (int which_signal) |
Private Attributes | |
ImR_Activator_i & | act_ |
|
Definition at line 20 of file ImR_Activator.cpp.
00021 : act_(act) 00022 { 00023 } |
|
Definition at line 26 of file ImR_Activator.cpp. References 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 } |
|
Definition at line 17 of file ImR_Activator.cpp. |