summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/proxy/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/proxy/TestI.h')
-rw-r--r--cppe/test/IceE/proxy/TestI.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/cppe/test/IceE/proxy/TestI.h b/cppe/test/IceE/proxy/TestI.h
deleted file mode 100644
index a558e5b6823..00000000000
--- a/cppe/test/IceE/proxy/TestI.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 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 TEST_I_H
-#define TEST_I_H
-
-#include <Test.h>
-
-class MyDerivedClassI : public Test::MyDerivedClass
-{
-public:
-
- MyDerivedClassI();
-
- virtual void shutdown(const Ice::Current&);
- virtual Ice::Context getContext(const Ice::Current&);
- virtual bool ice_isA(const std::string&, const Ice::Current&) const;
-
-private:
-
- mutable Ice::Context _ctx;
-};
-
-#endif