[omniORB] omniidl generates wrong code

Duncan Grisby duncan at grisby.org
Wed Dec 5 11:20:40 GMT 2007


On Tuesday 4 December, "Juergen Weber" wrote:

> for the attached IDL (distilled from an rmic generate) omniidl
> generates wrong code
> in CustomerServiceSK.cc
> 
> It seems there are 2 colons too many, if I replace all :::: with ::
> the code compiles.

Thanks. That happened because of a change in 4.1.1 to fully qualify more
things, to avoid other problems. The reference to CORBA::AbstractBase
was already fully qualified so it had too many colons attached to the
front. I've fixed it in CVS.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list