diff options
Diffstat (limited to 'cpp/demo/IceGrid/secure/HelloI.h')
-rw-r--r-- | cpp/demo/IceGrid/secure/HelloI.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/cpp/demo/IceGrid/secure/HelloI.h b/cpp/demo/IceGrid/secure/HelloI.h deleted file mode 100644 index 83be0debf12..00000000000 --- a/cpp/demo/IceGrid/secure/HelloI.h +++ /dev/null @@ -1,32 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2015 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. -// -// ********************************************************************** - -#ifndef HELLO_I_H -#define HELLO_I_H - -#include <Hello.h> - -class HelloI : public Demo::Hello -{ -public: - - HelloI(const std::string&); - - virtual void sayHello(const Ice::Current&); - virtual void shutdown(const Ice::Current&); - -private: - - // Required to prevent compiler warnings with MSVC++ - HelloI& operator=(const HelloI&); - - const std::string _name; -}; - -#endif |