diff options
Diffstat (limited to 'cs/src/Ice/Acceptor.cs')
-rwxr-xr-x | cs/src/Ice/Acceptor.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cs/src/Ice/Acceptor.cs b/cs/src/Ice/Acceptor.cs index c8334f62189..20148ebd419 100755 --- a/cs/src/Ice/Acceptor.cs +++ b/cs/src/Ice/Acceptor.cs @@ -14,12 +14,12 @@ namespace IceInternal public interface Acceptor { - Socket fd(); - void close(); - void listen(); - Transceiver accept(int timeout); - void connectToSelf(); - string ToString(); + Socket fd(); + void close(); + void listen(); + Transceiver accept(int timeout); + void connectToSelf(); + string ToString(); } } |