summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/AsyncResult.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2014-10-28 15:02:03 +0100
committerBenoit Foucher <benoit@zeroc.com>2014-10-28 15:02:03 +0100
commitc8bd13216c537a811dc6b770b2d6631ed230ee2c (patch)
tree74d96ecfff05197bbe8df59335e6f276745e7641 /cpp/include/Ice/AsyncResult.h
parentICE-5792 fixed IceGridGUI install (diff)
downloadice-c8bd13216c537a811dc6b770b2d6631ed230ee2c.tar.bz2
ice-c8bd13216c537a811dc6b770b2d6631ed230ee2c.tar.xz
ice-c8bd13216c537a811dc6b770b2d6631ed230ee2c.zip
Fixed ICE-5548: fixed C++11 support to maintain binary compatibility between C++11 and C++03 compiled code
Diffstat (limited to 'cpp/include/Ice/AsyncResult.h')
-rw-r--r--cpp/include/Ice/AsyncResult.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpp/include/Ice/AsyncResult.h b/cpp/include/Ice/AsyncResult.h
index c94d4f01a19..2a415b060d1 100644
--- a/cpp/include/Ice/AsyncResult.h
+++ b/cpp/include/Ice/AsyncResult.h
@@ -312,6 +312,16 @@ public:
}
};
+#else
+
+template<class S> class Function
+{
+public:
+ Function()
+ {
+ }
+};
+
#endif
}