[omniORB] omniidl bug: typecode as a member in valuetype

Duncan Grisby duncan at grisby.org
Wed Jun 14 16:55:17 BST 2006


On Wednesday 14 June, JiangWei wrote:

> valuetype TestValue
> {
>     public CORBA::TypeCode tc;
> };
> 
> [jw at dell omni]$ omniidl -bcxx MyValue.idl
> [jw at dell omni]$ g++ -c MyValueSK.cc
> MyValueSK.cc: In member function 'virtual CORBA::TypeCode*
> OBV_TestValue::tc() const':
> MyValueSK.cc:184: error: 'const class CORBA::TypeCode_member' has no
> member named 'in'

Thanks for the bug reports. I've fixed this one and the one with the
nested struct, in CVS.

Do you actually have IDL that uses all these things, or are you just
doing some testing?

Cheers,

Duncan.

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



More information about the omniORB-list mailing list