

Public Member Functions | |
| RFC793eduTcpClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 52 of file tcp-rfc793edu.cc.
00052 : TclClass("Agent/TCP/RFC793edu") {} |
|
||||||||||||
|
Definition at line 53 of file tcp-rfc793edu.cc.
00053 {
00054 return (new RFC793eduTcpAgent());
00055 }
|
1.3.3