

Public Member Functions | |
| MediaPagePoolClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 609 of file mcache.cc.
00609 : TclClass("PagePool/Media") {} |
|
||||||||||||
|
Definition at line 610 of file mcache.cc.
00610 {
00611 return (new MediaPagePool());
00612 }
|
1.3.3