[omniORB] Any Support

Tamas Morvai Tamas.Morvai@eth.ericsson.se
Mon, 20 Nov 2000 18:01:27 +0100


Hi,

I'd like to use Any in an idl like this:

typedef sequence<any> AnySeq;

invoke(in AnySeq parameters);


In this case, do I have to compile the idl with the -Wba
option or not? Previously I omitted this flag and everything
worked fine.

/Tamas