Inheritance diagram for HackLossyLinkClass:


Definition at line 24 of file hackloss.cc.
Public Member Functions | |
| TclObject * | create (int, const char *const *) |
| HackLossyLinkClass () | |
|
|
Definition at line 26 of file hackloss.cc. 00026 : TclClass("HackLossyLink") {}
|
|
||||||||||||
|
Definition at line 27 of file hackloss.cc. 00027 { 00028 return (new HackLossyLink); 00029 }
|
1.4.6