

Public Member Functions | |
| VegasTcpClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 48 of file tcp-vegas.cc.
00048 : TclClass("Agent/TCP/Vegas") {} |
|
||||||||||||
|
Definition at line 49 of file tcp-vegas.cc.
00049 {
00050 return (new VegasTcpAgent());
00051 }
|
1.3.3