diff options
Diffstat (limited to 'cppe/demo/IceE/hello/HelloI.h')
-rw-r--r-- | cppe/demo/IceE/hello/HelloI.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/cppe/demo/IceE/hello/HelloI.h b/cppe/demo/IceE/hello/HelloI.h deleted file mode 100644 index 8d6487547b7..00000000000 --- a/cppe/demo/IceE/hello/HelloI.h +++ /dev/null @@ -1,23 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. -// -// This copy of Ice-E is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. -// -// ********************************************************************** - -#ifndef HELLO_I_H -#define HELLO_I_H - -#include <Hello.h> - -class HelloI : public Demo::Hello -{ -public: - - virtual void sayHello(int delay, const Ice::Current&) const; - virtual void shutdown(const Ice::Current&); -}; - -#endif |