summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r--cpp/src/Ice/Instance.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h
index 2f352cc61dd..05b235c303b 100644
--- a/cpp/src/Ice/Instance.h
+++ b/cpp/src/Ice/Instance.h
@@ -212,7 +212,11 @@ public:
ProcessI(const Ice::CommunicatorPtr&);
virtual void shutdown(const Ice::Current&);
+#ifdef ICE_CPP11_MAPPING
+ virtual void writeMessage(std::string, Ice::Int, const Ice::Current&);
+#else
virtual void writeMessage(const std::string&, Ice::Int, const Ice::Current&);
+#endif
private: