summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/icebox/HelloServiceI.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2014-10-31 15:03:01 -0400
committerBernard Normier <bernard@zeroc.com>2014-10-31 15:03:01 -0400
commit1307d3d1626ca3410cb980c1cd4bdad0f0673aac (patch)
treedddc4eff26a445eafa5916b6a567f06d1c5a2b0c /cpp/demo/IceGrid/icebox/HelloServiceI.cpp
parentFix demo builds caused by ICE-5813 (diff)
downloadice-1307d3d1626ca3410cb980c1cd4bdad0f0673aac.tar.bz2
ice-1307d3d1626ca3410cb980c1cd4bdad0f0673aac.tar.xz
ice-1307d3d1626ca3410cb980c1cd4bdad0f0673aac.zip
New IceUtil headers to push and pop pragma disable warning with MSVC and GCC
Diffstat (limited to 'cpp/demo/IceGrid/icebox/HelloServiceI.cpp')
-rw-r--r--cpp/demo/IceGrid/icebox/HelloServiceI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/icebox/HelloServiceI.cpp b/cpp/demo/IceGrid/icebox/HelloServiceI.cpp
index cea8fe13632..120cb270592 100644
--- a/cpp/demo/IceGrid/icebox/HelloServiceI.cpp
+++ b/cpp/demo/IceGrid/icebox/HelloServiceI.cpp
@@ -20,7 +20,7 @@ extern "C"
// Factory function
//
ICE_DECLSPEC_EXPORT IceBox::Service*
-create(Ice::CommunicatorPtr communicator)
+create(Ice::CommunicatorPtr)
{
return new HelloServiceI;
}