From 05f2548dc1b12b4b5afd3406af3bd899c17f85be Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 29 Feb 2016 15:56:29 +0100 Subject: ICE-6952 - identityToString/stringToIdentity non member functions --- cpp/src/Ice/CommunicatorI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/Ice/CommunicatorI.cpp') diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index 985acb23aa9..3232cf57e5d 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -83,13 +83,13 @@ Ice::CommunicatorI::proxyToProperty(const ObjectPrx& proxy, const string& proper Identity Ice::CommunicatorI::stringToIdentity(const string& s) const { - return _instance->stringToIdentity(s); + return Ice::stringToIdentity(s); } string Ice::CommunicatorI::identityToString(const Identity& ident) const { - return _instance->identityToString(ident); + return Ice::identityToString(ident); } ObjectAdapterPtr -- cgit v1.2.3