summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/simple/HelloI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceGrid/simple/HelloI.h')
-rw-r--r--cpp/demo/IceGrid/simple/HelloI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/IceGrid/simple/HelloI.h b/cpp/demo/IceGrid/simple/HelloI.h
index 189afa1a2da..62802cbc591 100644
--- a/cpp/demo/IceGrid/simple/HelloI.h
+++ b/cpp/demo/IceGrid/simple/HelloI.h
@@ -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.
@@ -18,7 +18,7 @@ public:
HelloI(const std::string&);
- virtual void sayHello(const Ice::Current&) const;
+ virtual void sayHello(const Ice::Current&);
virtual void shutdown(const Ice::Current&);
private: