[omniORB] get_compact_typecode()

David Konerding dek_ml@konerding.com
Fri, 11 May 2001 07:51:49 -0700


Hi, folks,

I've been made aware of get_compact_typecode(), which is useful for my
needs
(I'm sending a sequence of Any's, where the Any's contain structures,
and I don't want to send the
member names).  Unfortuantely, there is no real information on how to
use get_compact_typecode()
in the python bindings of omniORB and I'm having a hard time figuring
out the syntax.

Normally I build my Any like this:
    at =
Collaboratory_CORBA.CollaboratoryCORBA.Collaboratory_CORBA.Atom_created)

    c = CORBA.Any(ctc, at)


How woudl I build the Any with the compact version of the structure?

Thanks