

Public Member Functions | |
| UdpAgentClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 33 of file udp.cc.
00033 : TclClass("Agent/UDP") {} |
|
||||||||||||
|
Definition at line 34 of file udp.cc.
00034 {
00035 return (new UdpAgent());
00036 }
|
1.3.3