summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/replication/HelloI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceGrid/replication/HelloI.cpp')
-rw-r--r--cpp/demo/IceGrid/replication/HelloI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/IceGrid/replication/HelloI.cpp b/cpp/demo/IceGrid/replication/HelloI.cpp
index 96a802abe58..7f81c6eb0fc 100644
--- a/cpp/demo/IceGrid/replication/HelloI.cpp
+++ b/cpp/demo/IceGrid/replication/HelloI.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
@@ -17,7 +17,7 @@ HelloI::HelloI(const string& name) : _name(name)
}
std::string
-HelloI::getGreeting(const Ice::Current&) const
+HelloI::getGreeting(const Ice::Current&)
{
return _name + " says Hello World!";
}