[orbitcpp-list] Re: orbitcpp-list digest, Vol 1 #203 - 1 msg
Status: Beta
Brought to you by:
philipd
|
From: Sam C. <sa...@to...> - 2001-05-29 14:36:51
|
Kuba <kp...@po...> wrote:
> OK, you are right. The example wasn't precise. Try this (doesn't matter w=
hether using orbit-cpp-0.30 or 0.30.1):
[ example IDL snipped ]
> Put both files into the same directory and compile:
> orbit-idl -l c++ -I. file2.idl
Okay, I've confirmed this and committed your patch.
One thing I noticed: You don't need to have the two module declarations in
seperate files to trigger the bug. Just one file will do:
module A {
interface Empty {
};
};
module A {
struct SomeStruct {
short foo;
};
interface NotEmpty : Empty {
void SomeFunction (in SomeStruct foo);
};
};
--=20
Sam Couter | Internet Engineer | http://www.topic.com.au/
sa...@to... | tSA Consulting |
OpenPGP key ID: DE89C75C, available on key servers
OpenPGP fingerprint: A46B 9BB5 3148 7BEA 1F05 5BD5 8530 03AE DE89 C75C
|