
Public Member Functions | |
| IFR_Service_Shutdown_Functor (IFR_Service &ifr) | |
| void | operator() (int which_signal) |
Private Attributes | |
| IFR_Service & | ifr_ |
Definition at line 12 of file IFR_Server.cpp.
| IFR_Service_Shutdown_Functor::IFR_Service_Shutdown_Functor | ( | IFR_Service & | ifr | ) |
| 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 }
IFR_Service& IFR_Service_Shutdown_Functor::ifr_ [private] |
Definition at line 19 of file IFR_Server.cpp.
1.4.7