omnithread update
Report number 26Reported 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
If you need more information, contact omniorb@uk.research.att.com. We'd like to hear from you.
Contact information
Copyright © 2002 AT&T Laboratories Cambridge
