![]() |
Bug Report no. 59 |
Reported ByFrancis Michel Date17 Dec 1999 PlatformsAll VersionomniORB 2.8 Descriptionomniidl2 fails to find identifiers more than one level up in the inheritance hierarchy. For example, the following fails:
// IDL
interface A {
typedef long foo;
};
interface B : A {};
interface C : B {
attribute foo bar;
};
PatchApply this patch, or update from the CVS server. The patch changes:
|
|
| For comments, feedback, etc, please see the
'Keeping in touch' page. |