summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/ReferenceFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/ReferenceFactory.cs')
-rw-r--r--csharp/src/Ice/ReferenceFactory.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/src/Ice/ReferenceFactory.cs b/csharp/src/Ice/ReferenceFactory.cs
index 1818de13c57..1a8aad17952 100644
--- a/csharp/src/Ice/ReferenceFactory.cs
+++ b/csharp/src/Ice/ReferenceFactory.cs
@@ -551,7 +551,7 @@ namespace IceInternal
throw ex;
}
- public Reference create(Ice.Identity ident, BasicStream s)
+ public Reference create(Ice.Identity ident, Ice.InputStream s)
{
//
// Don't read the identity here. Operations calling this
@@ -591,7 +591,7 @@ namespace IceInternal
Ice.ProtocolVersion protocol;
Ice.EncodingVersion encoding;
- if(!s.getReadEncoding().Equals(Ice.Util.Encoding_1_0))
+ if(!s.getEncoding().Equals(Ice.Util.Encoding_1_0))
{
protocol = new Ice.ProtocolVersion();
protocol.read__(s);