

Public Member Functions | |
| NatTCPSrcAgentClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 119 of file nat.cc.
00119 : TclClass("Agent/NatAgent/TCPSrc") {} |
|
||||||||||||
|
Definition at line 120 of file nat.cc.
00120 {
00121 return (new TCPSrcNat());
00122 }
|
1.3.3