[omniORB] Beginner question about sequence
Gary D. Duzan
gdd0@gte.com
Wed, 26 Apr 2000 09:59:59 -0400
Those operations are defined in the base class of the generated
sequence class (in your case, probably something like
_CORBA_Unbounded_Sequence_w_FixSizeElement<CORBA::Long>.) If you
want to see the definitions, they are in "include/omniORB2/seqtemplates.h".
Gary Duzan
GTE Laboratories
In Message <01cb01bfaf84$e1b73f50$d74ac2c0@dat.tele.fi> ,
"Pasi Kovanen" <Pasi.Kovanen@sonera.com> wrote:
=>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