summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/faultTolerance/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/faultTolerance/Test.ice')
-rw-r--r--cppe/test/IceE/faultTolerance/Test.ice26
1 files changed, 0 insertions, 26 deletions
diff --git a/cppe/test/IceE/faultTolerance/Test.ice b/cppe/test/IceE/faultTolerance/Test.ice
deleted file mode 100644
index 2db87bc81e5..00000000000
--- a/cppe/test/IceE/faultTolerance/Test.ice
+++ /dev/null
@@ -1,26 +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_ICE
-#define TEST_ICE
-
-module Test
-{
-
-interface TestIntf
-{
- void shutdown();
- void abort();
- idempotent void idempotentAbort();
- idempotent int pid();
-};
-
-};
-
-#endif