[omniORB] bug in marshalling TC_wchar
Luke Deller
ldeller at xplantechnology.com
Wed Oct 13 12:08:30 BST 2004
Hi,
When trying to send a CORBA::TypeCode value via omniORB, if the typecode happens to be TC_wchar then I get a MARSHAL_InvalidTypeCodeKind exception.
This appears to be caused by a bug in src/lib/omniORB/dynamic/typecode.cc: the first switch statement in TypeCode_marshaller::unmarshal(..) is missing a case for CORBA::tk_wchar.
Regards,
Luke.
More information about the omniORB-list
mailing list