

Public Member Functions | |
| LDPClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 63 of file ldp.cc.
00063 : TclClass("Agent/LDP") {} |
|
||||||||||||
|
Definition at line 64 of file ldp.cc.
00064 {
00065 return (new LDPAgent());
00066 }
|
1.3.3