summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/hello/HelloI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/hello/HelloI.h')
-rw-r--r--cpp/demo/Ice/hello/HelloI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/hello/HelloI.h b/cpp/demo/Ice/hello/HelloI.h
index 79011f1064d..ebc0610354e 100644
--- a/cpp/demo/Ice/hello/HelloI.h
+++ b/cpp/demo/Ice/hello/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.
@@ -16,7 +16,7 @@ class HelloI : public Demo::Hello
{
public:
- virtual void sayHello(int delay, const Ice::Current&) const;
+ virtual void sayHello(int delay, const Ice::Current&);
virtual void shutdown(const Ice::Current&);
};