diff options
Diffstat (limited to 'csharp/src/Ice/EndpointFactory.cs')
-rw-r--r-- | csharp/src/Ice/EndpointFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/EndpointFactory.cs b/csharp/src/Ice/EndpointFactory.cs index 059522acd20..c3bae69ecbe 100644 --- a/csharp/src/Ice/EndpointFactory.cs +++ b/csharp/src/Ice/EndpointFactory.cs @@ -16,7 +16,7 @@ namespace IceInternal short type(); string protocol(); EndpointI create(List<string> args, bool oaEndpoint); - EndpointI read(BasicStream s); + EndpointI read(Ice.InputStream s); void destroy(); EndpointFactory clone(ProtocolInstance instance); |