#include <registry.h>
Public Member Functions | |
virtual rve_interface_gen::Interface * | create (rve_rpc::Client &client) const =0 |
virtual void | destroy (rve_interface_gen::Interface *) const =0 |
Definition at line 52 of file registry.h.
virtual rve_interface_gen::Interface* rve_render_client::ProxyCreator::create | ( | rve_rpc::Client & | client | ) | const [pure virtual] |
Implemented in rve_render_client::ProxyCreatorT< T >.
virtual void rve_render_client::ProxyCreator::destroy | ( | rve_interface_gen::Interface * | ) | const [pure virtual] |
Implemented in rve_render_client::ProxyCreatorT< T >.