summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/icebox/HelloServiceI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceGrid/icebox/HelloServiceI.h')
-rw-r--r--cpp/demo/IceGrid/icebox/HelloServiceI.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/cpp/demo/IceGrid/icebox/HelloServiceI.h b/cpp/demo/IceGrid/icebox/HelloServiceI.h
deleted file mode 100644
index 16ade1f75a9..00000000000
--- a/cpp/demo/IceGrid/icebox/HelloServiceI.h
+++ /dev/null
@@ -1,30 +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_SERVICE_I_H
-#define HELLO_SERVICE_I_H
-
-#include <IceBox/IceBox.h>
-
-class HelloServiceI : public ::IceBox::Service
-{
-public:
-
- virtual void start(const ::std::string&,
- const ::Ice::CommunicatorPtr&,
- const ::Ice::StringSeq&);
-
- virtual void stop();
-
-private:
-
- ::Ice::ObjectAdapterPtr _adapter;
-};
-
-#endif