

Public Member Functions | |
| McastRoutingModuleClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 45 of file rtmodule.cc.
00045 : TclClass("RtModule/Mcast") {} |
|
||||||||||||
|
Definition at line 46 of file rtmodule.cc.
00046 {
00047 return (new McastRoutingModule);
00048 }
|
1.3.3