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.