

Public Member Functions | |
| IntTcpClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 80 of file tcp-int.cc.
00080 : TclClass("Agent/TCP/Int") {} |
|
||||||||||||
|
Definition at line 81 of file tcp-int.cc.
00081 {
00082 return (new IntTcpAgent());
00083 }
|
1.3.3