Hi,
A very basic question. I've defined a sequence:
typedef sequence<long> LongSeq;
omniidl2 mapping to C++ desn't comply to the mapping "Advanced CORBA programming
with C++" says it should. length(), maximum(), release() etc. methods are missing from the
generated code. What am I doing wrong?
Thanks in advance,
// Pasi