Re: [orbitcpp-list] What's this?
Status: Beta
Brought to you by:
philipd
|
From: Bruce I. <bru...@ec...> - 2000-07-19 19:47:31
|
Andreas Kloeckner wrote:
>
> Hi Bruce,
>
> >From my point of view, this looks like a bug in the idl compiler. (As a
> matter of fact, anything that makes the compiler generate erroneous c++
> is) I'm sorry that you ran into this at this point, and it should help
> us fix it if you'd post the idl that led to the error.
No problem, it's only a few lines. Here it is:
module TestModule {
interface MyStack {
void push(in long toPush);
long pop();
};
};
--
Bruce Ide
bru...@ec...
"GP: Is Eris True?" "M2: Everything is true." "GP: Even false things?"
"M2: Even false things are true." "GP: How can that be?" "M2: I don't
know, man. I didn't do it."
|