

Public Member Functions | |
| SRAgentClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 67 of file sragent.cc.
00067 : TclClass("Agent/SRAgent") {} |
|
||||||||||||
|
Definition at line 68 of file sragent.cc.
00068 {
00069 return (new SRAgent);
00070 }
|
1.3.3