

Public Member Functions | |
| TrafficTraceClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 192 of file traffictrace.cc.
00192 : TclClass("Application/Traffic/Trace") {} |
|
||||||||||||
|
Definition at line 193 of file traffictrace.cc.
00193 {
00194 return(new TrafficTrace());
00195 }
|
1.3.3