[omniORB] Possible TypeCode ID bug?

Douglas Kosovic douglask@dstc.edu.au
Wed, 30 Jun 1999 17:12:50 +1000


Hi,

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,
Doug.