

Public Member Functions | |
| FackTcpClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 39 of file tcp-fack.cc.
00039 : TclClass("Agent/TCP/Fack") {} |
|
||||||||||||
|
Definition at line 40 of file tcp-fack.cc.
00040 {
00041 return (new FackTcpAgent());
00042 }
|
1.3.3