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_

Detailed Description

Definition at line 10 of file ImR_Activator.cpp.


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 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 }


Member Data Documentation

ImR_Activator_i& ImR_Activator_Shutdown::act_ [private]

Definition at line 17 of file ImR_Activator.cpp.

Referenced by operator()().


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 17:47:01 2010 for TAO_Implementation_Repository by  doxygen 1.4.7