

Public Member Functions | |
| SessionTTLCheckerClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 121 of file ttl.cc.
00121 : TclClass("TTLChecker/Session") {} |
|
||||||||||||
|
Definition at line 122 of file ttl.cc.
00122 {
00123 return (new SessionTTLChecker);
00124 }
|
1.3.3