[omniORB] omniORBpy: Nameserver IOR via HTTP
David Riddoch
djr@uk.research.att.com
Fri, 10 Dec 1999 12:36:10 +0000 (GMT)
There is an omniORB specific solution:
void _omni_set_NameService(CORBA::Object_ptr ns);
I don't think it is documented though, and certainly not portable.
Cheers,
David
On Fri, 10 Dec 1999, Robert Sander wrote:
> In standard omniORB config I have a Nameserver IOR string in omniORB.cfg,
> but I have a special case, where I only get the IOR via HTTP, because the
> nameserver changes from time to time. Is it possible to set the nameserver
> IOR in the program, before calling CORBA.ORB_init. Maybe it is stated
> somewhere in the docs, so a reference is also useful.