[omniORB] omniORB without exceptions?

Duncan Grisby duncan at grisby.org
Fri Jan 16 11:26:59 GMT 2004


On Wednesday 14 January, "W. Borgert" wrote:

> TAO seems to support a non-standard way of handling exceptions
> on systems that do not support C++ exceptions.  After looking
> at http://download.ociweb.com/tao_dev_guide_getting_started.pdf,
> chapter 3.2, it seems similar to the CORBA C language binding
> way of exception handling.  Is there a way for omniORB users to
> live without exceptions, too?

There is actually a standard "variant" C++ mapping that avoids
exceptions. I don't know if that's what TAO uses, though. Regardless,
omniORB doesn't support it, and it would be essentially impossible to
add it since exceptions are used all over the place.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list