

Public Member Functions | |
| VatRcvrClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 243 of file vatrcvr.cc.
00243 : TclClass("Agent/VatRcvr") {} |
|
||||||||||||
|
Definition at line 244 of file vatrcvr.cc.
00244 {
00245 return (new VatRcvr());
00246
00247 }
|
1.3.3