summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CommunicatorI.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-01-20 11:48:57 +0100
committerJose <jose@zeroc.com>2016-01-20 11:48:57 +0100
commite065cecea4122a4d7dcd38748f4e96a33e9f31f7 (patch)
tree3bace804c2216cfeed8955b84e5a27fe910e09e8 /cpp/src/Ice/CommunicatorI.h
parentice_name/ice_id fixes & simplifications. (diff)
downloadice-e065cecea4122a4d7dcd38748f4e96a33e9f31f7.tar.bz2
ice-e065cecea4122a4d7dcd38748f4e96a33e9f31f7.tar.xz
ice-e065cecea4122a4d7dcd38748f4e96a33e9f31f7.zip
C++11 minor fix (don't use private default ctor)
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.h')
-rw-r--r--cpp/src/Ice/CommunicatorI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/CommunicatorI.h b/cpp/src/Ice/CommunicatorI.h
index 50e0d44973b..1fbca5761b6 100644
--- a/cpp/src/Ice/CommunicatorI.h
+++ b/cpp/src/Ice/CommunicatorI.h
@@ -91,7 +91,9 @@ public:
private:
+#ifndef ICE_CPP11_MAPPING
CommunicatorI() {}
+#endif
static CommunicatorIPtr create(const InitializationData&);