

Public Member Functions | |
| TraceErrorModelClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 84 of file errmodel.cc.
00084 : TclClass("ErrorModel/Trace") {} |
|
||||||||||||
|
Definition at line 85 of file errmodel.cc.
00085 {
00086 return (new TraceErrorModel);
00087 }
|
1.3.3