diff options
Diffstat (limited to 'cs/src/Ice/ConnectionI.cs')
-rw-r--r-- | cs/src/Ice/ConnectionI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/src/Ice/ConnectionI.cs b/cs/src/Ice/ConnectionI.cs index 1d84ebe13b7..10e14111078 100644 --- a/cs/src/Ice/ConnectionI.cs +++ b/cs/src/Ice/ConnectionI.cs @@ -1045,7 +1045,7 @@ namespace Ice // // Operations from EventHandler // - public override bool startAsync(int operation, System.AsyncCallback cb, ref bool completedSynchronously) + public override bool startAsync(int operation, IceInternal.AsyncCallback cb, ref bool completedSynchronously) { if(_state >= StateClosed) { |