omniORB2 - bug report
Report number 2Reported by Duncan Grisby
Date 22 May 1997
Platforms All
Version omniORB_2.2.0
Description Missing typedef for CORBA::ObjectRef. This only applies if there is a typedef declaration in the IDL, for example:
typedef Object Factory;
Workaround PATCH #1
There is no need to recompile the distribution after this patch is applied.
-------------- cut here --------------------------
*** include/omniORB2/CORBA.h Tue May 6 17:04:49 1997
--- ../latest/include/omniORB2/CORBA.h Thu May 22 15:52:07 1997
***************
*** 728,733 ****
--- 728,734 ----
class Object;
typedef Object *Object_ptr;
+ typedef Object_ptr ObjectRef;
typedef _CORBA_Unbounded_Sequence_Octet ReferenceData;
------------- End --------------------------------
Action This patch will be incorporated in the next release.
Status
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
