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 72 of file session-rtp.cc.


Constructor & Destructor Documentation

RTPSessionClass::RTPSessionClass (  )  [inline]

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

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


Member Function Documentation

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

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

00075                                                   {
00076                 return (new RTPSession());
00077         }


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

Generated on Sun Jun 1 20:54:52 2008 for ASMP_S by  doxygen 1.5.5