Inheritance diagram for FloodAgentClass:


Definition at line 72 of file flood-agent.cc.
Public Member Functions | |
| TclObject * | create (int, const char *const *) |
| FloodAgentClass () | |
|
|
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.4.6