summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CommunicatorI.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-02-29 15:56:29 +0100
committerJose <jose@zeroc.com>2016-02-29 15:56:29 +0100
commit05f2548dc1b12b4b5afd3406af3bd899c17f85be (patch)
tree0bc0ae4845afa929e74f2f1fcb9ee20057b3240f /cpp/src/Ice/CommunicatorI.cpp
parentICE-6843 - Check for php-config in the path (diff)
downloadice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.tar.bz2
ice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.tar.xz
ice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.zip
ICE-6952 - identityToString/stringToIdentity non member functions
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r--cpp/src/Ice/CommunicatorI.cpp4
1 files changed, 2 insertions, 2 deletions
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