

Public Member Functions | |
| ListSchedulerClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 294 of file scheduler.cc.
00294 : TclClass("Scheduler/List") {} |
|
||||||||||||
|
Definition at line 295 of file scheduler.cc.
00295 {
00296 return (new ListScheduler);
00297 }
|
1.3.3