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

#include <TimerQueue.hxx>

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

List of all members.

Public Member Functions

 TimeLimitTimerQueue (TimeLimitFifo< Message > &fifo)

Protected Member Functions

virtual void addToFifo (Message *, TimeLimitFifo< Message >::DepthUsage)

Private Attributes

TimeLimitFifo< Message > & mFifo

Detailed Description

Definition at line 174 of file TimerQueue.hxx.


Constructor & Destructor Documentation

TimeLimitTimerQueue::TimeLimitTimerQueue ( TimeLimitFifo< Message > &  fifo)

Definition at line 81 of file TimerQueue.cxx.

                                                                     : mFifo(fifo)
{}

Member Function Documentation

void TimeLimitTimerQueue::addToFifo ( Message msg,
TimeLimitFifo< Message >::DepthUsage  d 
) [protected, virtual]

Implements resip::BaseTimeLimitTimerQueue.

Definition at line 85 of file TimerQueue.cxx.

References resip::TimeLimitFifo< Msg >::add(), and mFifo.

{
   mFifo.add(msg, d);
}

Here is the call graph for this function:


Member Data Documentation

Definition at line 181 of file TimerQueue.hxx.

Referenced by addToFifo().


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