Re: [orbitcpp-list] Indentation screwup. This is a bug.
Status: Beta
Brought to you by:
philipd
|
From: Phil D. <ph...@us...> - 2001-02-12 12:49:50
|
Hi Gustavo,
Thanks for reporting this - it was a bug to do with handling interface
decls when they're not in a module.
(putting your idl in a module works in 0.30 btw)
I've fixed it in CVS, ready for orbitcpp-0.30.1
Cheers,
Phil
Gustavo Jo=E3o Alves Marques Carneiro writes:
> Looks like I found a bug, on my first attempt at compiling an IDL f=
ile!
>=20
> [18:54][emperor:banco-corba]$ orbit-idl -lc++ banco.idl=20
> Indentation screwup. This is a bug.
> Aborted
>=20
>=20
> --=20
> Gustavo Jo=E3o Alves Marques Carneiro
> FEUP/LEEC/TEC
> interface Banco {
> =09typedef long TipoDinheiro;
> =09readonly attribute TipoDinheiro saldo;
> =09void depositar(in TipoDinheiro quantidade);
> =09void levantar(in TipoDinheiro quantidade);
> };
>=20
|