Inheritance diagram for LogWebTrafPoolClass:


Definition at line 69 of file logweb.cc.
Public Member Functions | |
| TclObject * | create (int, const char *const *) |
| LogWebTrafPoolClass () | |
|
|
Definition at line 71 of file logweb.cc. 00071 : TclClass("PagePool/WebTraf/Log") {}
|
|
||||||||||||
|
Definition at line 72 of file logweb.cc. 00072 { 00073 return (new LogWebTrafPool()); 00074 }
|
1.4.6