

Public Member Functions | |
| AckReconsClass () | |
| TclObject * | create (int, const char *const *argv) |
|
|
Definition at line 62 of file ack-recons.cc.
00062 : TclClass("Agent/AckReconsClass") { } |
|
||||||||||||
|
Definition at line 63 of file ack-recons.cc.
00063 {
00064 return new AckRecons(atoi(argv[4]), atoi(argv[5]));
00065 }
|
1.3.3