InfoRepo_Shutdown Class Reference

#include <DCPSInfoRepoServ.h>

Collaboration diagram for InfoRepo_Shutdown:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 InfoRepo_Shutdown (InfoRepo &ir)
void operator() (int which_signal)

Private Attributes

InfoRepoir_

Detailed Description

Definition at line 83 of file DCPSInfoRepoServ.h.


Constructor & Destructor Documentation

InfoRepo_Shutdown::InfoRepo_Shutdown ( InfoRepo ir  ) 

Definition at line 440 of file DCPSInfoRepoServ.cpp.

00441 : ir_(ir)
00442 {
00443 }


Member Function Documentation

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 }


Member Data Documentation

InfoRepo& InfoRepo_Shutdown::ir_ [private]

Definition at line 90 of file DCPSInfoRepoServ.h.

Referenced by operator()().


The documentation for this class was generated from the following files:
Generated on Fri Feb 12 20:05:56 2016 for OpenDDS by  doxygen 1.4.7