Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

RTCPAgentClass Class Reference

Inheritance diagram for RTCPAgentClass:

Inheritance graph
[legend]
Collaboration diagram for RTCPAgentClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RTCPAgentClass ()
TclObjectcreate (int, const char *const *)

Constructor & Destructor Documentation

RTCPAgentClass::RTCPAgentClass  )  [inline]
 

Definition at line 79 of file rtcp.cc.

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


Member Function Documentation

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

Definition at line 80 of file rtcp.cc.

00080                                                   {
00081                 return (new RTCPAgent());
00082         }


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:17:01 2004 for NS2.26SourcesOriginal by doxygen 1.3.3