summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/retry/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/retry/Test.ice')
-rw-r--r--cppe/test/IceE/retry/Test.ice24
1 files changed, 0 insertions, 24 deletions
diff --git a/cppe/test/IceE/retry/Test.ice b/cppe/test/IceE/retry/Test.ice
deleted file mode 100644
index 57dc973a827..00000000000
--- a/cppe/test/IceE/retry/Test.ice
+++ /dev/null
@@ -1,24 +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 Retry
-{
- void op(bool kill);
- void shutdown();
-};
-
-};
-
-#endif