

Public Member Functions | |
| RTCPAgentClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 79 of file rtcp.cc.
00079 : TclClass("Agent/RTCP") {} |
|
||||||||||||
|
Definition at line 80 of file rtcp.cc.
00080 {
00081 return (new RTCPAgent());
00082 }
|
1.3.3