

Public Member Functions | |
| DSRAgentClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 306 of file dsragent.cc.
00306 : TclClass("Agent/DSRAgent") {} |
|
||||||||||||
|
Definition at line 307 of file dsragent.cc.
00307 {
00308 return (new DSRAgent);
00309 }
|
1.3.3