RTCPAgentClass Class Reference

List of all members.

Public Member Functions

 RTCPAgentClass ()
TclObject * create (int, const char *const *)


Detailed Description

creates the RTCP Agent returnds the newlly created RTCPAgent

Definition at line 73 of file rtcp.cc.


Constructor & Destructor Documentation

RTCPAgentClass::RTCPAgentClass (  )  [inline]

Definition at line 75 of file rtcp.cc.

00075 : TclClass("Agent/RTCP") {}


Member Function Documentation

TclObject* RTCPAgentClass::create ( int  ,
const char *const *   
) [inline]

Definition at line 76 of file rtcp.cc.

00076                                                   {
00077                 return (new RTCPAgent());
00078         }


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

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