diff options
Diffstat (limited to 'cpp/demo/Ice/multicast/Server.cpp')
-rw-r--r-- | cpp/demo/Ice/multicast/Server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/multicast/Server.cpp b/cpp/demo/Ice/multicast/Server.cpp index 5a4feaf74d0..8840b8b3e2f 100644 --- a/cpp/demo/Ice/multicast/Server.cpp +++ b/cpp/demo/Ice/multicast/Server.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. @@ -20,7 +20,7 @@ class HelloI : public Hello public: virtual void - sayHello(const Ice::Current&) const + sayHello(const Ice::Current&) { cout << "Hello World!" << endl; } |