summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/RegistryI.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-03-08 19:37:13 -0500
committerBernard Normier <bernard@zeroc.com>2017-03-08 19:37:13 -0500
commit11678336dea1f3676881b87bbe8ca3e3cb6b5296 (patch)
treeec4bbc16d9fdfe1f9c48f374f26169ba4e88cb3a /cpp/src/IceGrid/RegistryI.h
parentPython thread hook fixes (diff)
downloadice-11678336dea1f3676881b87bbe8ca3e3cb6b5296.tar.bz2
ice-11678336dea1f3676881b87bbe8ca3e3cb6b5296.tar.xz
ice-11678336dea1f3676881b87bbe8ca3e3cb6b5296.zip
Removed Current's default value in the C++11 mapping
Renamed Ice::noExplicitCurrent to Ice::emptyCurrent
Diffstat (limited to 'cpp/src/IceGrid/RegistryI.h')
-rw-r--r--cpp/src/IceGrid/RegistryI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/RegistryI.h b/cpp/src/IceGrid/RegistryI.h
index e4e8d436893..6707a6c4839 100644
--- a/cpp/src/IceGrid/RegistryI.h
+++ b/cpp/src/IceGrid/RegistryI.h
@@ -63,8 +63,8 @@ public:
virtual SessionPrx createSessionFromSecureConnection(const Ice::Current&);
virtual AdminSessionPrx createAdminSessionFromSecureConnection(const Ice::Current&);
- virtual int getSessionTimeout(const Ice::Current& = Ice::noExplicitCurrent) const;
- virtual int getACMTimeout(const Ice::Current& = Ice::noExplicitCurrent) const;
+ virtual int getSessionTimeout(const Ice::Current&) const;
+ virtual int getACMTimeout(const Ice::Current&) const;
std::string getName() const;
RegistryInfo getInfo() const;