diff options
Diffstat (limited to 'csharp/src/Ice/ThreadPool.cs')
-rw-r--r-- | csharp/src/Ice/ThreadPool.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/ThreadPool.cs b/csharp/src/Ice/ThreadPool.cs index d42b087f82b..8a0b46e8a0a 100644 --- a/csharp/src/Ice/ThreadPool.cs +++ b/csharp/src/Ice/ThreadPool.cs @@ -378,7 +378,7 @@ namespace IceInternal { dispatchFromThisThread(call, con); }); - System.Threading.Monitor.Pulse(this); + Monitor.Pulse(this); // // If this is a dynamic thread pool which can still grow and if all threads are |