diff options
Diffstat (limited to 'cpp/include/Ice/Dispatcher.h')
-rw-r--r-- | cpp/include/Ice/Dispatcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/Dispatcher.h b/cpp/include/Ice/Dispatcher.h index eeb76610e38..841df0147b8 100644 --- a/cpp/include/Ice/Dispatcher.h +++ b/cpp/include/Ice/Dispatcher.h @@ -14,7 +14,7 @@ #include <IceUtil/Shared.h> #include <IceUtil/Handle.h> #include <Ice/ConnectionF.h> -#ifdef ICE_CPP11 +#ifdef ICE_CPP11_COMPILER # include <functional> #endif @@ -41,7 +41,7 @@ public: typedef IceUtil::Handle<Dispatcher> DispatcherPtr; -#ifdef ICE_CPP11 +#ifdef ICE_CPP11_COMPILER ICE_API DispatcherPtr newDispatcher(const ::std::function<void (const DispatcherCallPtr&, const ConnectionPtr)>&); #endif |