diff options
Diffstat (limited to 'csharp/src/Ice/RequestHandler.cs')
-rw-r--r-- | csharp/src/Ice/RequestHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/RequestHandler.cs b/csharp/src/Ice/RequestHandler.cs index 37471ceec04..c334c9b246c 100644 --- a/csharp/src/Ice/RequestHandler.cs +++ b/csharp/src/Ice/RequestHandler.cs @@ -18,7 +18,7 @@ namespace IceInternal { RequestHandler update(RequestHandler previousHandler, RequestHandler newHandler); - bool sendAsyncRequest(ProxyOutgoingAsyncBase @out, out Ice.AsyncCallback cb); + int sendAsyncRequest(ProxyOutgoingAsyncBase @out); Reference getReference(); |