RTPSessionClass Class Reference

List of all members.

Public Member Functions

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


Detailed Description

creates a SessionRTP instance

Definition at line 66 of file session-rtp.cc.


Constructor & Destructor Documentation

RTPSessionClass::RTPSessionClass (  )  [inline]

Definition at line 68 of file session-rtp.cc.

00068 : TclClass("Session/RTP") {}


Member Function Documentation

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

Definition at line 69 of file session-rtp.cc.

00069                                                   {
00070                 return (new RTPSession());
00071         }


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