summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/faultTolerance/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/faultTolerance/TestI.h')
-rw-r--r--cppe/test/IceE/faultTolerance/TestI.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/cppe/test/IceE/faultTolerance/TestI.h b/cppe/test/IceE/faultTolerance/TestI.h
deleted file mode 100644
index 27ffc3a1d46..00000000000
--- a/cppe/test/IceE/faultTolerance/TestI.h
+++ /dev/null
@@ -1,31 +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 TEST_I_H
-#define TEST_I_H
-
-#include <Test.h>
-
-class TestI : public Test::TestIntf
-{
-public:
-
- TestI(const Ice::ObjectAdapterPtr&);
-
- virtual void shutdown(const Ice::Current&);
- virtual void abort(const Ice::Current&);
- virtual void idempotentAbort(const Ice::Current&);
- virtual Ice::Int pid(const Ice::Current&);
-
-private:
-
- Ice::ObjectAdapterPtr _adapter;
-};
-
-#endif