

Public Member Functions | |
| EventTraceClass () | |
| TclObject * | create (int argc, const char *const *argv) |
|
|
Definition at line 50 of file basetrace.cc.
00050 : TclClass("BaseTrace/Event") { } |
|
||||||||||||
|
Definition at line 51 of file basetrace.cc.
00051 {
00052 return (new EventTrace());
00053 }
|
1.3.3