summaryrefslogtreecommitdiff
path: root/cpp/demo/cookbook/compression/Compression.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/cookbook/compression/Compression.ice')
-rw-r--r--cpp/demo/cookbook/compression/Compression.ice25
1 files changed, 0 insertions, 25 deletions
diff --git a/cpp/demo/cookbook/compression/Compression.ice b/cpp/demo/cookbook/compression/Compression.ice
deleted file mode 100644
index b87f8055d3f..00000000000
--- a/cpp/demo/cookbook/compression/Compression.ice
+++ /dev/null
@@ -1,25 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2005 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 COMPRESSION_ICE
-#define COMPRESSION_ICE
-
-module Compression
-{
-
-sequence<byte> ByteSeq;
-
-interface Receiver
-{
- void sendData(ByteSeq bytes);
-};
-
-};
-
-#endif