[omniORB] Any handling with typedef:ed sequences in 2.7.0.
Teemu Torma
tot@trema.com
Fri, 26 Feb 1999 18:46:15 +0100
David Riddoch wrote:
>
> If you check the kind() of the TypeCode you are looking at you will see
> that it is a CORBA::tk_sequence. This is because the DynAny interface in
> omniORB2 alias expands all TypeCodes it uses.
I know that kind() returns tk_sequence.
Is there any way to get the typedef out? I am just interested to pretty-print
contents of CORBA::Any, so I'd like to show all possible information.
Teemu