summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-09-23 11:43:30 +0200
committerJose <jose@zeroc.com>2014-09-23 11:43:30 +0200
commit4ebfa7474113f7da38baec2093edc387010a925f (patch)
tree0bee05781ceac9d00a5cfed4011f620e24fcb109 /cpp/src/Ice/Proxy.cpp
parentICE-5613 Add systemd files (diff)
downloadice-4ebfa7474113f7da38baec2093edc387010a925f.tar.bz2
ice-4ebfa7474113f7da38baec2093edc387010a925f.tar.xz
ice-4ebfa7474113f7da38baec2093edc387010a925f.zip
vs2010 build fixes
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index 9878f540035..87baa329e8d 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -482,7 +482,7 @@ IceProxy::Ice::Object::begin_ice_getConnection(
{
public:
- Cpp11CB(const ::IceInternal::Function<void (const ::Ice::ConnectionPtr&)>& responseFunc,
+ Cpp11CB(const ::std::function<void (const ::Ice::ConnectionPtr&)>& responseFunc,
const ::std::function<void (const ::Ice::Exception&)>& exceptionFunc) :
::IceInternal::Cpp11FnCallbackNC(exceptionFunc, nullptr),
_response(responseFunc)