#include <DCPSInfoRepoServ.h>
Collaboration diagram for InfoRepo_Shutdown:
Public Member Functions | |
InfoRepo_Shutdown (InfoRepo &ir) | |
void | operator() (int which_signal) |
Private Attributes | |
InfoRepo & | ir_ |
Definition at line 83 of file DCPSInfoRepoServ.h.
InfoRepo_Shutdown::InfoRepo_Shutdown | ( | InfoRepo & | ir | ) |
void InfoRepo_Shutdown::operator() | ( | int | which_signal | ) |
Definition at line 446 of file DCPSInfoRepoServ.cpp.
References ir_, and InfoRepo::shutdown().
00447 { 00448 ACE_DEBUG((LM_DEBUG, 00449 "InfoRepo_Shutdown: shutting down on signal %d\n", 00450 which_signal)); 00451 this->ir_.shutdown(); 00452 }
InfoRepo& InfoRepo_Shutdown::ir_ [private] |