summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/checksum/server/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/checksum/server/Test.ice')
-rw-r--r--cpp/test/Ice/checksum/server/Test.ice24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/test/Ice/checksum/server/Test.ice b/cpp/test/Ice/checksum/server/Test.ice
deleted file mode 100644
index 3385db43b45..00000000000
--- a/cpp/test/Ice/checksum/server/Test.ice
+++ /dev/null
@@ -1,24 +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.
-//
-// **********************************************************************
-
-#pragma once
-
-#include <Ice/SliceChecksumDict.ice>
-
-module Test
-{
-
-interface Checksum
-{
- ["cpp:const"] idempotent Ice::SliceChecksumDict getSliceChecksums();
-
- void shutdown();
-};
-
-};