

Public Member Functions | |
| SRRClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 210 of file srr.cc.
00210 : TclClass("Queue/SRR") {} |
|
||||||||||||
|
Definition at line 211 of file srr.cc.
00211 {
00212 return (new SRR);
00213 }
|
1.3.3