Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice Manual typo?

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

Comments

  • dwayne
    dwayne St. John's, Newfoundland
    The example is in Java, not C++, which is intended.