IFR_Service_Shutdown_Functor Class Reference

Collaboration diagram for IFR_Service_Shutdown_Functor:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 IFR_Service_Shutdown_Functor (IFR_Service &ifr)
void operator() (int which_signal)

Private Attributes

IFR_Serviceifr_

Detailed Description

Definition at line 12 of file IFR_Server.cpp.


Constructor & Destructor Documentation

IFR_Service_Shutdown_Functor::IFR_Service_Shutdown_Functor ( IFR_Service ifr  ) 

Definition at line 22 of file IFR_Server.cpp.

00023   : ifr_(ifr)
00024 {
00025 }


Member Function Documentation

void IFR_Service_Shutdown_Functor::operator() ( int  which_signal  ) 

Definition at line 28 of file IFR_Server.cpp.

References ACE_DEBUG, LM_DEBUG, and TAO_debug_level.

00029 {
00030   if (TAO_debug_level > 0)
00031     ACE_DEBUG ((LM_DEBUG,
00032                 "shutting down on signal %d\n", which_signal));
00033   (void) this->ifr_.shutdown ();
00034 }


Member Data Documentation

IFR_Service& IFR_Service_Shutdown_Functor::ifr_ [private]

Definition at line 19 of file IFR_Server.cpp.


The documentation for this class was generated from the following file:
Generated on Tue Feb 2 17:50:53 2010 for TAO_IFR by  doxygen 1.4.7