diff options
Diffstat (limited to 'csharp/src/Ice/ProcessI.cs')
-rw-r--r-- | csharp/src/Ice/ProcessI.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/src/Ice/ProcessI.cs b/csharp/src/Ice/ProcessI.cs index 1cd4e744f11..18e30d7c079 100644 --- a/csharp/src/Ice/ProcessI.cs +++ b/csharp/src/Ice/ProcessI.cs @@ -20,7 +20,7 @@ namespace IceInternal { _communicator.shutdown(); } - + public override void writeMessage(string message, int fd, Ice.Current current) { switch(fd) @@ -36,8 +36,8 @@ namespace IceInternal break; } } - } - + } + private Ice.Communicator _communicator; } } |