

Public Member Functions | |
| WebTrafPoolClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 220 of file webtraf.cc.
00220 : TclClass("PagePool/WebTraf") { 00221 00222 } |
|
||||||||||||
|
Definition at line 223 of file webtraf.cc.
00223 {
00224 return (new WebTrafPool());
00225 }
|
1.3.3