

Public Member Functions | |
| LmsRoutingModuleClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 106 of file rtmodule.cc.
00106 : TclClass("RtModule/LMS") {} |
|
||||||||||||
|
Definition at line 107 of file rtmodule.cc.
00107 {
00108 return (new LmsRoutingModule);
00109 }
|
1.3.3