reSIProcate/stack  9694
Public Member Functions | Protected Attributes
resip::EventThreadInterruptor Class Reference

#include <EventStackThread.hxx>

Inheritance diagram for resip::EventThreadInterruptor:
Inheritance graph
[legend]
Collaboration diagram for resip::EventThreadInterruptor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 EventThreadInterruptor (FdPollGrp &pollGrp)
virtual ~EventThreadInterruptor ()

Protected Attributes

FdPollGrpmPollGrp
FdPollItemHandle mPollItemHandle

Detailed Description

Definition at line 80 of file EventStackThread.hxx.


Constructor & Destructor Documentation

EventThreadInterruptor::EventThreadInterruptor ( FdPollGrp pollGrp)

Definition at line 20 of file EventStackThread.cxx.

References resip::FdPollGrp::addPollItem(), FPEM_Read, resip::SelectInterruptor::getReadSocket(), mPollGrp, and mPollItemHandle.

  : mPollGrp(pollGrp)
{
   mPollItemHandle = mPollGrp.addPollItem(getReadSocket(), FPEM_Read, this);
}

Here is the call graph for this function:

EventThreadInterruptor::~EventThreadInterruptor ( ) [virtual]

Definition at line 26 of file EventStackThread.cxx.

References resip::FdPollGrp::delPollItem(), mPollGrp, and mPollItemHandle.

Here is the call graph for this function:


Member Data Documentation

Definition at line 86 of file EventStackThread.hxx.

Referenced by EventThreadInterruptor(), and ~EventThreadInterruptor().

Definition at line 87 of file EventStackThread.hxx.

Referenced by EventThreadInterruptor(), and ~EventThreadInterruptor().


The documentation for this class was generated from the following files: