#include <PageProxy.h>
Inheritance diagram for PageProxy< T >:

Public Member Functions | |
| PageProxy (const char *name) | |
| PageABC * | Create () |
Midad
Contact: bv@bnl.gov
Created on: Tue Aug 20 11:13:22 2002
Definition at line 47 of file PageProxy.h.
|
||||||||||
|
Definition at line 50 of file PageProxy.h. 00050 : PageProxyBase(name) { }
|
|
|||||||||
|
Implements PageProxyBase. Definition at line 51 of file PageProxy.h. 00051 { return new T(); }
|
1.3.9.1