Ice Manual typo?

in Bug Reports
v.3.3.1 p. 934
p = p.ice_endpointSelection(Ice.EndpointSelectionType.Ordered);
if this is C++, should it be the following?
p = p.ice_endpointSelection(Ice::Ordered);
cheers,
alex
p = p.ice_endpointSelection(Ice.EndpointSelectionType.Ordered);
if this is C++, should it be the following?
p = p.ice_endpointSelection(Ice::Ordered);
cheers,
alex
0
Comments