diff options
author | Jose <jose@zeroc.com> | 2016-02-29 15:56:29 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-02-29 15:56:29 +0100 |
commit | 05f2548dc1b12b4b5afd3406af3bd899c17f85be (patch) | |
tree | 0bc0ae4845afa929e74f2f1fcb9ee20057b3240f /cpp/src/Ice/Instance.h | |
parent | ICE-6843 - Check for php-config in the path (diff) | |
download | ice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.tar.bz2 ice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.tar.xz ice-05f2548dc1b12b4b5afd3406af3bd899c17f85be.zip |
ICE-6952 - identityToString/stringToIdentity non member functions
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r-- | cpp/src/Ice/Instance.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h index a6e9182b136..40b766d14ee 100644 --- a/cpp/src/Ice/Instance.h +++ b/cpp/src/Ice/Instance.h @@ -113,8 +113,6 @@ public: bool collectObjects() const { return _collectObjects; } const ACMConfig& clientACM() const; const ACMConfig& serverACM() const; - Ice::Identity stringToIdentity(const std::string&) const; - std::string identityToString(const Ice::Identity&) const; Ice::ObjectPrx createAdmin(const Ice::ObjectAdapterPtr&, const Ice::Identity&); Ice::ObjectPrx getAdmin(); |