ATT Labs

An archive of

AT&T Laboratories
Cambridge

hosted in
conjunction
with

Cambridge University Computer Laboratory

The Digital Technology Group

Home Page

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 omniorb@uk.research.att.com. We'd like to hear from you.

Contact information
Copyright © 2002 AT&T Laboratories Cambridge