[omniORB] Possible TypeCode ID bug?

David Riddoch djr@uk.research.att.com
Wed, 30 Jun 1999 14:08:39 +0100 (GMT)


On Wed, 30 Jun 1999, Douglas Kosovic wrote:

> I wish to report a possible bug concerning the ObjRef TypeCode ID in
> OmniORB-2.7.1 
> 
> In function check_static_data_is_initialised() of the following file:
>   src/lib/omniORB2/dynamic/typecode.cc
> 
> I think the following line:
>   new TypeCode_objref("IDL:CORBA/Object:1.0","Object");
> should be:
>   new TypeCode_objref("IDL:omg.org/CORBA/Object:1.0","Object");


Thanks, I'll fix that for the next release.
(There's a couple of other places too!)

Cheers,
David