[omniORB] typecode problem again...

Stephen Crawley crawley@dstc.edu.au
Tue, 12 Dec 2000 13:37:18 +1000


Shawn,

I think you are going to need to do some investigative programming
to find out what OmniORB thinks the type of the anyized value is.
For example:

  1)  extract the Any's TypeCode

  2)  print out its kind

  3)  if it has name and id fields, print them out

  4)  compare the TypeCode against the TypeCode constant for
      AlterationSpec spec using TypeCode::equal and TypeCode::equivalent

and so on.

-- Steve