[omniORB] Beginner question about sequence

Pasi Kovanen Pasi.Kovanen@sonera.com
Wed, 26 Apr 2000 16:39:44 +0300


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