ImR_Activator_Shutdown Class Reference

Collaboration diagram for ImR_Activator_Shutdown:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ImR_Activator_Shutdown (ImR_Activator_i &act)
void operator() (int which_signal)

Private Attributes

ImR_Activator_iact_

Constructor & Destructor Documentation

ImR_Activator_Shutdown::ImR_Activator_Shutdown ImR_Activator_i act  ) 
 

Definition at line 20 of file ImR_Activator.cpp.

00021   : act_(act)
00022 {
00023 }


Member Function Documentation

void ImR_Activator_Shutdown::operator() int  which_signal  ) 
 

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 }


Member Data Documentation

ImR_Activator_i& ImR_Activator_Shutdown::act_ [private]
 

Definition at line 17 of file ImR_Activator.cpp.


The documentation for this class was generated from the following file:
Generated on Sun Jan 27 15:55:41 2008 for TAO_Implementation_Repository by doxygen 1.3.6