diff options
author | Jose <jose@zeroc.com> | 2016-02-29 21:26:46 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-02-29 21:26:46 +0100 |
commit | c1883eb6776a6eacd1cdcfc8d1e5a4f5396105f2 (patch) | |
tree | 1ea84098d666eeac752193be52e5f34b360c3bd7 /cpp/src/Ice/ReferenceFactory.cpp | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-c1883eb6776a6eacd1cdcfc8d1e5a4f5396105f2.tar.bz2 ice-c1883eb6776a6eacd1cdcfc8d1e5a4f5396105f2.tar.xz ice-c1883eb6776a6eacd1cdcfc8d1e5a4f5396105f2.zip |
Ice::identityToString & Ice::stringToIdentity usage
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.cpp')
-rw-r--r-- | cpp/src/Ice/ReferenceFactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.cpp b/cpp/src/Ice/ReferenceFactory.cpp index c2ee1ad2452..3a42734f898 100644 --- a/cpp/src/Ice/ReferenceFactory.cpp +++ b/cpp/src/Ice/ReferenceFactory.cpp @@ -155,7 +155,7 @@ IceInternal::ReferenceFactory::create(const string& str, const string& propertyP // // Parsing the identity may raise IdentityParseException. // - Identity ident = _instance->stringToIdentity(idstr); + Identity ident = Ice::stringToIdentity(idstr); if(ident.name.empty()) { // |