ImR_Locator_Shutdown Class Reference

Collaboration diagram for ImR_Locator_Shutdown:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ImR_Locator_Shutdown (ImR_Locator_i &imr)
void operator() (int which_signal)

Private Attributes

ImR_Locator_iimr_

Constructor & Destructor Documentation

ImR_Locator_Shutdown::ImR_Locator_Shutdown ImR_Locator_i imr  ) 
 

Definition at line 18 of file ImR_Locator.cpp.

00019   : imr_(imr)
00020 {
00021 }


Member Function Documentation

void ImR_Locator_Shutdown::operator() int  which_signal  ) 
 

Definition at line 24 of file ImR_Locator.cpp.

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


Member Data Documentation

ImR_Locator_i& ImR_Locator_Shutdown::imr_ [private]
 

Definition at line 15 of file ImR_Locator.cpp.

Referenced by operator()().


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