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 | ) |
Definition at line 22 of file IFR_Server.cpp.
: ifr_(ifr) { }
void IFR_Service_Shutdown_Functor::operator() | ( | int | which_signal | ) |
Definition at line 28 of file IFR_Server.cpp.
IFR_Service& IFR_Service_Shutdown_Functor::ifr_ [private] |
Definition at line 11 of file IFR_Server.cpp.