[omniORB] omniidl2 bug

Viacheslav N Tararin taras@deka.kp.km.ua
Thu, 30 Dec 1999 10:16:42 +0200


This is a multi-part message in MIME format.
--------------E14C31724C1DC26ED2606274
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit

Hi.

1. First idl file:
module a {
    module b {
        interface Ziro {
            short get_short();
        };
    };
};
2. Second idl file
module a {
    typedef long TheLong;
    module b {
        interface One {
            TheLong get_long();
        };
    };
};
3. Produced omniidl2 test.hh don't contain lines
typedef long TheLong;

I'm attach test files.

Environment: WinNT 4.0 SP3 VC6.0 omniORB2 2.8.0.
Happy New Year.
Tararin Slavik.



--------------E14C31724C1DC26ED2606274
Content-Type: application/x-unknown-content-type-idlfile;
 name="test0.idl"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
 filename="test0.idl"

bW9kdWxlIGEgew0KICAgIG1vZHVsZSBiIHsNCiAgICAgICAgaW50ZXJmYWNlIFppcm8gew0K
ICAgICAgICAgICAgc2hvcnQgZ2V0X3Nob3J0KCk7DQogICAgICAgIH07DQogICAgfTsNCn07

--------------E14C31724C1DC26ED2606274
Content-Type: application/x-unknown-content-type-idlfile;
 name="test.idl"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
 filename="test.idl"

I2luY2x1ZGUgPHRlc3QwLmlkbD4NCm1vZHVsZSBhIHsNCiAgICB0eXBlZGVmIGxvbmcgVGhl
TG9uZzsgDQogICAgbW9kdWxlIGIgew0KICAgICAgICBpbnRlcmZhY2UgT25lIHsNCiAgICAg
ICAgICAgIFRoZUxvbmcgZ2V0X2xvbmcoKTsNCiAgICAgICAgfTsNCiAgICB9Ow0KfTs=
--------------E14C31724C1DC26ED2606274--