

Public Member Functions | |
| EmpWebTrafPoolClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 354 of file empweb.cc.
00354 : TclClass("PagePool/EmpWebTraf") {} |
|
||||||||||||
|
Definition at line 355 of file empweb.cc.
00355 {
00356 return (new EmpWebTrafPool());
00357 }
|
1.3.3