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 82 of file DCPSInfoRepoServ.h.


Constructor & Destructor Documentation

InfoRepo_Shutdown::InfoRepo_Shutdown ( InfoRepo ir  ) 

Definition at line 475 of file DCPSInfoRepoServ.cpp.

00476 : ir_(ir)
00477 {
00478 }


Member Function Documentation

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 }

Here is the call graph for this function:


Member Data Documentation

Definition at line 89 of file DCPSInfoRepoServ.h.

Referenced by operator()().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1