summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/OutgoingAsync.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/OutgoingAsync.cs')
-rw-r--r--csharp/src/Ice/OutgoingAsync.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/OutgoingAsync.cs b/csharp/src/Ice/OutgoingAsync.cs
index 04c6069f7e9..db0e76d2bc7 100644
--- a/csharp/src/Ice/OutgoingAsync.cs
+++ b/csharp/src/Ice/OutgoingAsync.cs
@@ -159,7 +159,7 @@ namespace IceInternal
}
}
- public virtual void cancelable(IceInternal.CancellationHandler handler)
+ public virtual void cancelable(CancellationHandler handler)
{
lock(this)
{