[omniORB] omniidl3 problem?
David Riddoch
djr@uk.research.att.com
Sat, 18 Dec 1999 14:43:25 +0000 (GMT)
Hi
Ooops -- fixed this a few days ago and forgot to tell anyone!
As Dietmar says, it was a scoping problem for the argument to attribute
mutators.
Its in CVS.
David
On Fri, 17 Dec 1999, Dietmar May wrote:
> > ../../../..//stub/BMCSK.cc:432: parse error before `&'
>
> This message looks like "State" is not being recognized.
>
> > void _objref_BMC::Rotation(const State& arg_0)
> > {
> > ...
> > }
>
> Should this be
> void _objref_BMC::Rotation(const BMC::State& arg_0)
>
> instead of:
> void _objref_BMC::Rotation(const /*missing namespace*/State& arg_0)
>
> ??
> Dietmar