

Public Member Functions | |
| FloodAgentClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 75 of file flood-agent.cc.
00075 :TclClass ("Agent/flood") 00076 { 00077 } |
|
||||||||||||
|
Definition at line 78 of file flood-agent.cc.
00079 {
00080 return (new FloodAgent ());
00081 }
|
1.3.3