JoinTimer Class Reference

#include <rtp.h>

List of all members.

Public Member Functions

 JoinTimer (RTPAgent *a)

Protected Member Functions

virtual void expire (Event *e)

Protected Attributes

RTPAgenta_


Detailed Description

Definition at line 444 of file rtp.h.


Constructor & Destructor Documentation

JoinTimer::JoinTimer ( RTPAgent a  )  [inline]

Definition at line 446 of file rtp.h.

References a_.

00446 : TimerHandler() { a_ = a; }


Member Function Documentation

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

Definition at line 279 of file rtp.cc.

References a_, and RTPAgent::join_timeout().

00279                                    {
00280         a_->join_timeout(0);
00281 }


Member Data Documentation

RTPAgent* JoinTimer::a_ [protected]

Definition at line 449 of file rtp.h.

Referenced by expire(), and JoinTimer().


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