diff options
author | Jose <jose@zeroc.com> | 2012-08-13 16:10:07 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-08-13 16:10:07 +0200 |
commit | 1f568535af1dfc1619dfd0b5a74d58c29ed3af8b (patch) | |
tree | f60a79dbad94af1c40a258786b65e16dd294c8c7 /cpp/src/Ice/CommunicatorI.h | |
parent | Removed another disable VC++ disable warning from IceUtil/Config.h (diff) | |
download | ice-1f568535af1dfc1619dfd0b5a74d58c29ed3af8b.tar.bz2 ice-1f568535af1dfc1619dfd0b5a74d58c29ed3af8b.tar.xz ice-1f568535af1dfc1619dfd0b5a74d58c29ed3af8b.zip |
c++11 minor method renaming
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.h')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/CommunicatorI.h b/cpp/src/Ice/CommunicatorI.h index 782cbf13b96..c2d1d40c010 100644 --- a/cpp/src/Ice/CommunicatorI.h +++ b/cpp/src/Ice/CommunicatorI.h @@ -65,7 +65,7 @@ public: const ::IceInternal::Function<void (const ::Ice::Exception&)>& exception, const ::IceInternal::Function<void (bool)>& sent = ::IceInternal::Function<void (bool)>()) { - return begin_flushBatchRequestsInternal(new Cpp11FnCallbackNC_Communicator_flushBatchRequests(exception, sent), 0); + return __begin_flushBatchRequests(new Cpp11FnCallbackNC_Communicator_flushBatchRequests(exception, sent), 0); } #endif @@ -95,7 +95,7 @@ private: friend ICE_API CommunicatorPtr initialize(const InitializationData&, Int); friend ICE_API ::IceInternal::InstancePtr IceInternal::getInstance(const ::Ice::CommunicatorPtr&); - AsyncResultPtr begin_flushBatchRequestsInternal(const IceInternal::CallbackBasePtr&, const LocalObjectPtr&); + AsyncResultPtr __begin_flushBatchRequests(const IceInternal::CallbackBasePtr&, const LocalObjectPtr&); const ::IceInternal::InstancePtr _instance; |