[orbitcpp-list] Two IDLN enumerations for Any, which one to use
Status: Beta
Brought to you by:
philipd
From: Gordon M. <gm...@bi...> - 2000-01-17 00:41:04
|
I've written an extension to the pyIDL to add an IDLTypeAny object and I've also written a test for it. While writing the test, I discovered that IDL.h defines two enumerations for Any's IDLN_ANY and IDLN_TYPE_ANY. Does anyone know the difference? Which one should I be using? I'm currently using IDLN_TYPE_ANY. I'm attaching a diff that was done in the pyIDL directory with my changes. These should include changes to src/pyIDL, src/test.py, tests/any.idl, tests/any.py |