RTPTimer Class Reference

#include <rtp.h>

List of all members.

Public Member Functions

 RTPTimer (RTPAgent *a)

Protected Member Functions

virtual void expire (Event *e)

Protected Attributes

RTPAgenta_


Detailed Description

the class of the RTP Timer

Definition at line 388 of file rtp.h.


Constructor & Destructor Documentation

RTPTimer::RTPTimer ( RTPAgent a  )  [inline]

Definition at line 390 of file rtp.h.

References a_.

00390 : TimerHandler() { a_ = a; }


Member Function Documentation

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

Definition at line 252 of file rtp.cc.

References a_, and RTPAgent::timeout().

00252                                   {
00253         a_->timeout(0);
00254 }


Member Data Documentation

RTPAgent* RTPTimer::a_ [protected]

Definition at line 393 of file rtp.h.

Referenced by expire(), and RTPTimer().


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

Generated on Mon Jun 2 11:25:26 2008 for ASMP by  doxygen 1.5.5