

Public Member Functions | |
| TahoeAckFSMClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 288 of file fsm.cc.
00288 : TclClass("FSM/TahoeAck") {} |
|
||||||||||||
|
Definition at line 289 of file fsm.cc.
00289 {
00290 return (new TahoeAckFSM);
00291 }
|
1.3.3