ATT Labs

AT&T Laboratories
Cambridge

Home page About Us Interactive research Software Opportunities

omnithread update

Report number 26

Reported by Ben Keeping

Date 8 Jul 1998

Platforms All platforms

Version omniORB_2.5.0

Description

The stub generated for interfaces with multilevel inheritance does not compile when -l is passed to omniidl2 to enable lifecycle support. E.g. the stub generated by 'omniidl2 -l' for the following IDL does not compile:
interface Echo {
  string echoString(in string mesg);
};

interface Echo2:Echo {
  string echo2String(in string mesg);
};

interface Echo3:Echo2 {
  string echo3String(in string mesg);
};



Patch
Apply this patch to omniORB_2.5.0.



Action

[ omniORB main page| Technical details| Performance measurements|
Documentation| Download a free distribution]

If you need more information, contact [email protected]. We'd like to hear from you.

For comments, suggestions and further information please contact us.
Copyright © 2001 AT&T Laboratories Cambridge