SenderTimer Class Reference

#include <rtp.h>

List of all members.

Public Member Functions

 SenderTimer (RTPSession *a)

Protected Member Functions

virtual void expire (Event *e)

Protected Attributes

RTPSessiona_


Detailed Description

Definition at line 286 of file rtp.h.


Constructor & Destructor Documentation

SenderTimer::SenderTimer ( RTPSession a  )  [inline]

Definition at line 288 of file rtp.h.

References a_.

00288 : TimerHandler() { a_ = a; }


Member Function Documentation

void SenderTimer::expire ( Event *  e  )  [protected, virtual]

Definition at line 884 of file session-rtp.cc.

References a_, and RTPSession::timeout().

00884                                      {
00885         a_->timeout(0);
00886 }


Member Data Documentation

Definition at line 291 of file rtp.h.

Referenced by expire(), and SenderTimer().


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

Generated on Sun Jun 1 20:54:52 2008 for ASMP_S by  doxygen 1.5.5