summaryrefslogtreecommitdiff
path: root/cs/src/Ice/EndpointFactory.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/src/Ice/EndpointFactory.cs')
-rwxr-xr-xcs/src/Ice/EndpointFactory.cs10
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();
}
}