[omniORB] Two bugs in omniidl

Duncan Grisby duncan at grisby.org
Wed Dec 3 10:59:25 GMT 2008


On Monday 24 November, Will Denissen wrote:

> The following small idl files reveals two bugs in omniidl 4.1.3 cxx backend

Thanks for the bug report. I've fixed both. For the double constant bug
your proposed fix works. For the struct scope issue, the problem is
actually that the type lookup was failing to enter the struct scope so
it didn't notice the clash. Properly entering the scope means the type
is properly fully qualified in case of clashes.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list