diff options
Diffstat (limited to 'csharp/src/Ice/StreamWrapper.cs')
-rw-r--r-- | csharp/src/Ice/StreamWrapper.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/src/Ice/StreamWrapper.cs b/csharp/src/Ice/StreamWrapper.cs index 9f3196204dc..c832726aa06 100644 --- a/csharp/src/Ice/StreamWrapper.cs +++ b/csharp/src/Ice/StreamWrapper.cs @@ -34,7 +34,7 @@ namespace IceInternal // as a single byte, followed by the contents of the _bytes buffer. // - public class OutputStreamWrapper : System.IO.Stream, System.IDisposable + public class OutputStreamWrapper : Stream, System.IDisposable { public OutputStreamWrapper(Ice.OutputStream s) { @@ -233,7 +233,7 @@ namespace IceInternal private long _length; } - public class InputStreamWrapper : System.IO.Stream, System.IDisposable + public class InputStreamWrapper : Stream, System.IDisposable { public InputStreamWrapper(int size, Ice.InputStream s) { |