From 11678336dea1f3676881b87bbe8ca3e3cb6b5296 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Wed, 8 Mar 2017 19:37:13 -0500 Subject: Removed Current's default value in the C++11 mapping Renamed Ice::noExplicitCurrent to Ice::emptyCurrent --- cpp/src/IceGrid/ReplicaCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceGrid/ReplicaCache.cpp') diff --git a/cpp/src/IceGrid/ReplicaCache.cpp b/cpp/src/IceGrid/ReplicaCache.cpp index d7e183da212..6166daf1b45 100644 --- a/cpp/src/IceGrid/ReplicaCache.cpp +++ b/cpp/src/IceGrid/ReplicaCache.cpp @@ -63,7 +63,7 @@ ReplicaCache::add(const string& name, const ReplicaSessionIPtr& session) { try { - session->destroy(); + session->destroy(Ice::emptyCurrent); } catch(const Ice::LocalException&) { -- cgit v1.2.3