summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/CommunicatorI.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2011-12-20 12:28:20 +0100
committerJose <jose@zeroc.com>2011-12-20 12:28:20 +0100
commit4990a34b535fab67aad1642a5fb5d5ec0a10212b (patch)
treec125a0b826b1323f8f908185d1a51a415504e130 /cpp/src/Ice/CommunicatorI.cpp
parentGlacier2 sessionHelper minor fix (diff)
downloadice-4990a34b535fab67aad1642a5fb5d5ec0a10212b.tar.bz2
ice-4990a34b535fab67aad1642a5fb5d5ec0a10212b.tar.xz
ice-4990a34b535fab67aad1642a5fb5d5ec0a10212b.zip
ICE-3793 replace static with anon namespaces
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r--cpp/src/Ice/CommunicatorI.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp
index 0ff41837fe7..b2daa1b3213 100644
--- a/cpp/src/Ice/CommunicatorI.cpp
+++ b/cpp/src/Ice/CommunicatorI.cpp
@@ -320,7 +320,12 @@ Ice::CommunicatorI::begin_flushBatchRequests(const Callback_Communicator_flushBa
return begin_flushBatchRequestsInternal(cb, cookie);
}
-static const ::std::string __flushBatchRequests_name = "flushBatchRequests";
+namespace
+{
+
+const ::std::string __flushBatchRequests_name = "flushBatchRequests";
+
+}
AsyncResultPtr
Ice::CommunicatorI::begin_flushBatchRequestsInternal(const IceInternal::CallbackBasePtr& cb,