[omniORB] string_to_object question
Duncan Grisby
duncan@grisby.org
Fri Mar 7 12:37:01 2003
On Wednesday 5 March, Gary Duzan wrote:
> Even as recent as the CORBA 3.0.2 spec, only the IOR:, corbaname:,
> and corbaloc: URLs are standard. file://, ftp://, and http:// URLs are
> reserved and optional in CORBA 3.0.2, per section 13.6.10.7, so portable
> code can't rely on them being supported by the ORB.
I don't think it's sensible for omniORB to grow HTTP and FTP client
capabilities. It's just unnecessary bloat. file:// makes more sense.
If someone wants to come up with a patch, I'll integrate it. If
someone does implement it, please use C file handling functions, not
C++ iostreams, since there must not be a dependency between the
omniORB libraries and iostreams.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --