19 #ifndef DOIL_SERVANTFACTORY_H 20 #define DOIL_SERVANTFACTORY_H 32 template <
class Servant>
39 template <
class Servant>
53 virtual const char*
name() = 0;
69 virtual const char*
name();
76 #endif // DOIL_SERVANTFACTORY_H
ServantBase *(* ServantNewFunc)()
virtual ~ServantFactoryBase()
ProxyBase * New(::CORBA::Object_ptr obj)
virtual ServantBase * create()=0
virtual void destroy(ServantBase *servant)=0
void(* ServantDeleteFunc)(ServantBase *)
doil implementation base class
virtual const char * name()=0
void Delete(ProxyBase *impl)