summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/interceptor/Client.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-09-10 08:49:45 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-09-10 08:49:45 +0200
commit981d2ac7c8f825f92670f9121a7d29edd94da6f9 (patch)
tree286f13f365513c9894c0ec4167b8bbef30965bf9 /cpp/test/Ice/interceptor/Client.cpp
parentFixed communicator flushBatchRequests to allow tracing (diff)
parentFixed ICE-4863 (IceProxy::Ice::Object derives privately from Mutex) + a few w... (diff)
downloadice-981d2ac7c8f825f92670f9121a7d29edd94da6f9.tar.bz2
ice-981d2ac7c8f825f92670f9121a7d29edd94da6f9.tar.xz
ice-981d2ac7c8f825f92670f9121a7d29edd94da6f9.zip
Merge remote-tracking branch 'origin/encoding11' into withoutsync
Conflicts: cpp/src/Ice/PropertyNames.cpp cpp/src/Ice/PropertyNames.h
Diffstat (limited to 'cpp/test/Ice/interceptor/Client.cpp')
-rw-r--r--cpp/test/Ice/interceptor/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/interceptor/Client.cpp b/cpp/test/Ice/interceptor/Client.cpp
index ca859d07c36..9030bb174ba 100644
--- a/cpp/test/Ice/interceptor/Client.cpp
+++ b/cpp/test/Ice/interceptor/Client.cpp
@@ -38,7 +38,7 @@ private:
};
#ifndef _WIN32
-void testAction(int)
+extern "C" void testAction(int)
{
test(false);
}