diff options
Diffstat (limited to 'cs/src/Ice/EventHandler.cs')
-rw-r--r-- | cs/src/Ice/EventHandler.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cs/src/Ice/EventHandler.cs b/cs/src/Ice/EventHandler.cs index d49f03169ed..b266960ac9f 100644 --- a/cs/src/Ice/EventHandler.cs +++ b/cs/src/Ice/EventHandler.cs @@ -18,6 +18,7 @@ public abstract class EventHandler // Called to start a new asynchronous read or write operation. // abstract public bool startAsync(int op, AsyncCallback cb, ref bool completedSynchronously); + abstract public bool finishAsync(int op); // |