

Public Member Functions | |
| TfrcClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 65 of file tfrc.cc.
00065 : TclClass("Agent/TFRC") {} |
|
||||||||||||
|
Definition at line 66 of file tfrc.cc.
00066 {
00067 return (new TfrcAgent());
00068 }
|
1.3.3