Discussion:
[omniORB] omniorb4.1b2 : valuebox & any
JiangWei
2006-07-26 13:13:03 UTC
Permalink
[***@dell bug]$ echo "valuetype AnyVal any;" > test.idl
[***@dell bug]$ omniidl -bcxx test.idl
[***@dell bug]$ ls
test.hh test.idl testSK.cc
[***@dell bug]$ g++ -I. -c testSK.cc
test.hh:86: error: 'Boolean' has not been declared
test.hh: In member function 'void AnyVal::type(CORBA::TypeCode*)':
test.hh:119: error: 't' was not declared in this scope
Duncan Grisby
2006-07-27 16:16:17 UTC
Permalink
Post by JiangWei
test.hh test.idl testSK.cc
test.hh:86: error: 'Boolean' has not been declared
test.hh:119: error: 't' was not declared in this scope
Thanks for the bug report. I've fixed that, and a couple of other
similar problems with value boxes.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...