RTCP_Timer Class Reference

List of all members.

Public Member Functions

 RTCP_Timer (RTCPAgent *a)

Protected Member Functions

virtual void expire (Event *e)

Protected Attributes

RTCPAgenta_


Detailed Description

the class for the RTPCP timer

Definition at line 42 of file rtcp.cc.


Constructor & Destructor Documentation

RTCP_Timer::RTCP_Timer ( RTCPAgent a  )  [inline]

Definition at line 44 of file rtcp.cc.

References a_.

00044 : TimerHandler() { a_ = a; }


Member Function Documentation

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

Definition at line 180 of file rtcp.cc.

References a_, and RTCPAgent::timeout().

00180                                     {
00181         a_->timeout(0);
00182 }


Member Data Documentation

RTCPAgent* RTCP_Timer::a_ [protected]

Definition at line 47 of file rtcp.cc.

Referenced by expire(), and RTCP_Timer().


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

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