[Ace-users] [tao-users] tao_idl fails to generate OMD IDL C++ Mapping Full Declaration accessor methods for typedef sequence<template> ClassName
Adam Mitz
mitza at ociweb.com
Wed Feb 13 08:02:12 CST 2008
Patchett, Martin wrote:
>
> See attached problem report file for details, including the idl file
> and generated client header and C++ source.
>
> [tao_idl fail to generate the Full Declaration accessor methods for
> typedef sequence <template> ClassName - no get_buufer() method is
> generated. invoked with "tao_idl CANDY.idl"]
That's not correct. get_buffer() is inherited from the base class.
class PublishedCandy
: public
TAO::unbounded_value_sequence<
CandySet
>
You can see the definition of the unbounded_value_sequence template in
the file $TAO_ROOT/tao/Unbounded_Value_Sequence_T.h.
Thanks,
Adam Mitz
Software Engineer
Object Computing, Inc.
More information about the Ace-users
mailing list