diff options
Diffstat (limited to 'cs/src/Ice/EndpointFactory.cs')
-rwxr-xr-x | cs/src/Ice/EndpointFactory.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cs/src/Ice/EndpointFactory.cs b/cs/src/Ice/EndpointFactory.cs index 5613e44f712..5c04622e4d2 100755 --- a/cs/src/Ice/EndpointFactory.cs +++ b/cs/src/Ice/EndpointFactory.cs @@ -12,11 +12,11 @@ namespace IceInternal public interface EndpointFactory { - short type(); - string protocol(); - EndpointI create(string str); - EndpointI read(BasicStream s); - void destroy(); + short type(); + string protocol(); + EndpointI create(string str); + EndpointI read(BasicStream s); + void destroy(); } } |