[omniORB] omniidl3 problem?

Dietmar May dcmay@object-workshops.com
Fri, 17 Dec 1999 17:41:50 -0500


> ../../../..//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