

Public Member Functions | |
| PagePoolClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 108 of file pagepool.cc.
00108 : TclClass("PagePool") {} |
|
||||||||||||
|
Definition at line 109 of file pagepool.cc.
00109 {
00110 return (new PagePool());
00111 }
|
1.3.3