Archived

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

identitytostring deprecated

Hi,

Just a question, I saw that identitytostring, and stringtoidentity are deprecated in Ice/Identity.h

What is the recommandation to not use it?

Comments

  • Ice::IdentityToString() ;? in ice/ice.h
  • dwayne
    dwayne St. John's, Newfoundland
    You should now use the identityToString() and stringToIdentity() methods located on the Communicator interface.

    Dwayne