diff options
Diffstat (limited to 'cppe/demo/IceE/MFC/server/HelloI.h')
-rw-r--r-- | cppe/demo/IceE/MFC/server/HelloI.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/cppe/demo/IceE/MFC/server/HelloI.h b/cppe/demo/IceE/MFC/server/HelloI.h deleted file mode 100644 index fabeb614b84..00000000000 --- a/cppe/demo/IceE/MFC/server/HelloI.h +++ /dev/null @@ -1,33 +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> -#include <LogI.h> - -class CDialog; - -class HelloI : public Demo::Hello -{ -public: - - HelloI(const LogIPtr&, CDialog*); - - virtual void sayHello(const Ice::Current&) const; - virtual void shutdown(const Ice::Current&); - -private: - - LogIPtr _log; - CDialog* _dialog; -}; - -#endif |