diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-11-20 16:43:28 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-11-20 16:43:28 +0000 |
commit | aa195ebbf55635189bf1b470ac58345af7ccaae2 (patch) | |
tree | cc19c36fbf395fe93d6ec1887d42cfc25b34817d /cs/demo/Ice/async/QueueI.cs | |
parent | Added cancel (diff) | |
download | ice-aa195ebbf55635189bf1b470ac58345af7ccaae2.tar.bz2 ice-aa195ebbf55635189bf1b470ac58345af7ccaae2.tar.xz ice-aa195ebbf55635189bf1b470ac58345af7ccaae2.zip |
Fixed windows build
Diffstat (limited to 'cs/demo/Ice/async/QueueI.cs')
-rw-r--r-- | cs/demo/Ice/async/QueueI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/demo/Ice/async/QueueI.cs b/cs/demo/Ice/async/QueueI.cs index 761c78bee92..edbbafc6f84 100644 --- a/cs/demo/Ice/async/QueueI.cs +++ b/cs/demo/Ice/async/QueueI.cs @@ -92,7 +92,7 @@ public class QueueI : QueueDisp_ { r.cb.ice_exception(new RequestCanceledException()); } - catch(Ice.Exception ex) + catch(Ice.Exception) { // Ignore } |