#include <NamedProxy.h>
Inheritance diagram for NamedProxy:

Public Member Functions | |
| NamedProxy (std::string name, std::string name_space="") | |
| virtual | ~NamedProxy () |
|
||||||||||||
|
Definition at line 28 of file NamedProxy.h. References NamedFactory::Instance(), and NamedFactory::Register(). 00029 { NamedFactory::Instance(name_space).Register(this,name); }
|
|
|
Definition at line 30 of file NamedProxy.h. 00030 {}
|
1.3.9.1