[omniORB] Patch to fix omniidl bug in omniORB 2.8.0pre1
Sai-Lai Lo
S.Lo@uk.research.att.com
Mon, 2 Aug 1999 20:01:23 +0100
Thanks to Bjorn Wennberg & Douglas Kosovic in their bug reports:
http://www.uk.research.att.com/omniORB/archives/1999-07/0107.html and
http://www.uk.research.att.com/omniORB/archives/1999-07/0251.html
The following is a patch to fix the problem.
Sai-Lai
--------- Cut here -------------
*** omniORB_280pre1/src/tool/omniidl2/util/utl_scope.cc Tue May 25 19:34:03 1999
--- new/src/tool/omniidl2/util/utl_scope.cc Mon Aug 2 19:46:03 1999
***************
*** 931,936 ****
--- 931,937 ----
* in the inherited interfaces as well..
*/
d = look_in_inherited(e, treat_as_ref);
+ if (d) return d;
}
if (d == NULL) {