[omniORB] Hard-coding NameService location ?
Kevin Bailey
keraba@yahoo.com
Thu, 19 Oct 2000 12:30:00 -0700
Is there any way to specify the location of the NameService
within the code (as opposed to the command line or a config
file) ? I've tried giving various strings to
orb->resolve_initial_references() along the lines of corbaloc:...
and corbaname:... but none I've tried work. The reason I need
this is that my application will be sort of embedded and
without a command line or file system. I suppose I could
muck with argv but I was hoping there was something a little
cleaner.