summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Native.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-09 18:27:58 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-09 18:27:58 +0000
commitca9e4073d50175daa12dba5f197f3324eb2722cc (patch)
treeee1813a45b738c456b4bc3eb72e19e78d1b35b36 /cpp/include/Ice/Native.h
parentremoved pickler, native (diff)
downloadice-ca9e4073d50175daa12dba5f197f3324eb2722cc.tar.bz2
ice-ca9e4073d50175daa12dba5f197f3324eb2722cc.tar.xz
ice-ca9e4073d50175daa12dba5f197f3324eb2722cc.zip
IntStream
Diffstat (limited to 'cpp/include/Ice/Native.h')
-rw-r--r--cpp/include/Ice/Native.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/include/Ice/Native.h b/cpp/include/Ice/Native.h
deleted file mode 100644
index d878baf40be..00000000000
--- a/cpp/include/Ice/Native.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef ICE_NATIVE_H
-#define ICE_NATIVE_H
-
-#include <Ice/Config.h>
-
-namespace IceNative
-{
-
-typedef std::istream& InputStream;
-typedef std::ostream& OutputStream;
-
-}
-
-#endif