#include <DCPSInfoRepoServ.h>
Public Member Functions | |
InfoRepo_Shutdown (InfoRepo &ir) | |
void | operator() (int which_signal) |
Private Attributes | |
InfoRepo & | ir_ |
Definition at line 82 of file DCPSInfoRepoServ.h.
InfoRepo_Shutdown::InfoRepo_Shutdown | ( | InfoRepo & | ir | ) |
Definition at line 475 of file DCPSInfoRepoServ.cpp.
00476 : ir_(ir) 00477 { 00478 }
void InfoRepo_Shutdown::operator() | ( | int | which_signal | ) |
Definition at line 481 of file DCPSInfoRepoServ.cpp.
References ir_, LM_DEBUG, and InfoRepo::shutdown().
00482 { 00483 ACE_DEBUG((LM_DEBUG, 00484 "InfoRepo_Shutdown: shutting down on signal %d\n", 00485 which_signal)); 00486 this->ir_.shutdown(); 00487 }
InfoRepo& InfoRepo_Shutdown::ir_ [private] |
Definition at line 89 of file DCPSInfoRepoServ.h.
Referenced by operator()().