diff options
author | Jose <jose@zeroc.com> | 2014-09-23 11:43:30 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-09-23 11:43:30 +0200 |
commit | 4ebfa7474113f7da38baec2093edc387010a925f (patch) | |
tree | 0bee05781ceac9d00a5cfed4011f620e24fcb109 /cpp/src/Ice/Proxy.cpp | |
parent | ICE-5613 Add systemd files (diff) | |
download | ice-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.cpp | 2 |
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) |