

Public Member Functions | |
| LossMonitorClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 51 of file loss-monitor.cc.
00051 : TclClass("Agent/LossMonitor") {} |
|
||||||||||||
|
Definition at line 52 of file loss-monitor.cc.
00052 {
00053 return (new LossMonitor());
00054 }
|
1.3.3