Public Member Functions | Private Attributes

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.

  : ifr_(ifr)
{
}


Member Function Documentation

void IFR_Service_Shutdown_Functor::operator() ( int  which_signal  ) 

Definition at line 28 of file IFR_Server.cpp.

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


Member Data Documentation

Definition at line 11 of file IFR_Server.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines