[omniORB] Re: omniORBpy: Problem with enumerations
Sebastian Rittau
srittau at jroger.in-berlin.de
Tue Jan 6 12:39:08 GMT 2004
On Tue, Jan 06, 2004 at 09:35:09AM +0000, W. Borgert wrote:
> On Mon, Jan 05, 2004 at 01:38:00PM +0100, Sebastian Rittau wrote:
> > *Of course* I forgot the attachements.
> ...
> > omniORB.importIDL("foo.idl")
>
> *by accident* you forgot foo.idl :-)
Oh well, attached. It's straight forward, though.
- Sebastian
-------------- next part --------------
module Foo {
enum myenum {
ENUM_1,
ENUM_2
};
interface EnumObj {
readonly attribute myenum en;
};
};
More information about the omniORB-list
mailing list