

Public Member Functions | |
| TcpFsClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 27 of file tcp-fs.cc.
00027 : TclClass("Agent/TCP/FS") {} |
|
||||||||||||
|
Definition at line 28 of file tcp-fs.cc.
00028 {
00029 return (new TcpFsAgent());
00030 }
|
1.3.3