

Public Member Functions | |
| IPTapAgentClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 44 of file iptap.cc.
00044 : TclClass("Agent/IPTap") {} |
|
||||||||||||
|
Definition at line 45 of file iptap.cc.
00045 {
00046 return (new IPTapAgent());
00047 }
|
1.3.3