[omniORB] recursive typecodes
Duncan Grisby
duncan at grisby.org
Tue Apr 12 11:52:08 BST 2005
On Wednesday 6 April, Renzo Tomaselli wrote:
> CORBA::TypeCode_var tcNode = orb->create_recursive_tc("IDL:/JobNode:1.0");
> CORBA::TypeCode_var tcSeq = orb->create_sequence_tc(2, tcNode);
> CORBA::TypeCode_var tcAlias =
> orb->create_alias_tc("IDL:/JobNodeList:1.0", "JobNodeList", tcSeq);
> ...
> the last statement throws an exception from method NP_resolved(),
That's a bug. 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