

Public Member Functions | |
| UDPIPNetworkClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 172 of file net-ip.cc. References IP.
00172 : TclClass("Network/IP/UDP") {} |
|
||||||||||||
|
Definition at line 173 of file net-ip.cc.
00173 {
00174 return (new UDPIPNetwork);
00175 }
|
1.3.3