summaryrefslogtreecommitdiff
path: root/cs/demo/Ice/async/QueueI.cs
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-11-20 16:43:28 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-11-20 16:43:28 +0000
commitaa195ebbf55635189bf1b470ac58345af7ccaae2 (patch)
treecc19c36fbf395fe93d6ec1887d42cfc25b34817d /cs/demo/Ice/async/QueueI.cs
parentAdded cancel (diff)
downloadice-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.cs2
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
}