summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/StreamI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-10-09 19:17:53 +0000
committerMarc Laukien <marc@zeroc.com>2001-10-09 19:17:53 +0000
commita5d1bac26377d62c8432a3434476da5e44fd2417 (patch)
tree5f40795193580b82a8a610af30587b07998247b6 /cpp/src/Ice/StreamI.cpp
parentIntStream (diff)
downloadice-a5d1bac26377d62c8432a3434476da5e44fd2417.tar.bz2
ice-a5d1bac26377d62c8432a3434476da5e44fd2417.tar.xz
ice-a5d1bac26377d62c8432a3434476da5e44fd2417.zip
BasicStream; Stream.ice
Diffstat (limited to 'cpp/src/Ice/StreamI.cpp')
-rw-r--r--cpp/src/Ice/StreamI.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/cpp/src/Ice/StreamI.cpp b/cpp/src/Ice/StreamI.cpp
new file mode 100644
index 00000000000..37a4bc500dc
--- /dev/null
+++ b/cpp/src/Ice/StreamI.cpp
@@ -0,0 +1,20 @@
+// **********************************************************************
+//
+// Copyright (c) 2001
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#include <Ice/StreamI.h>
+
+using namespace std;
+using namespace Ice;
+using namespace IceInternal;
+
+Ice::StreamI::StreamI(const InstancePtr& instance) :
+ _stream(instance)
+{
+}