#include <ProxyFactory.h>
Inheritance diagram for gadget::ProxyConstructorBase:

Public Methods | |
| ProxyConstructorBase () | |
| Constructor. More... | |
| virtual Proxy * | createProxy (jccl::ConfigElementPtr element) const=0 |
| Creates the proxy. More... | |
| virtual std::string | getElementType () const=0 |
| Gets the string definition of the type of element we can create. More... | |
Implementations of this class are registered with the proxy factory for each proxy tyep in the system.
Definition at line 53 of file ProxyFactory.h.
|
|
Constructor.
Definition at line 60 of file ProxyFactory.h.
00060 {;}
|
|
|
Creates the proxy.
Implemented in gadget::ProxyConstructor. |
|
|
Gets the string definition of the type of element we can create.
Implemented in gadget::ProxyConstructor. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002