diff options
Diffstat (limited to 'csharp/src/Ice/ObjectAdapterI.cs')
-rw-r--r-- | csharp/src/Ice/ObjectAdapterI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/ObjectAdapterI.cs b/csharp/src/Ice/ObjectAdapterI.cs index f6dec965c71..50bdc56ad33 100644 --- a/csharp/src/Ice/ObjectAdapterI.cs +++ b/csharp/src/Ice/ObjectAdapterI.cs @@ -689,7 +689,7 @@ namespace Ice } } - public void flushAsyncBatchRequests(CommunicatorFlushBatch outAsync) + public void flushAsyncBatchRequests(CommunicatorFlushBatchAsync outAsync) { List<IncomingConnectionFactory> f; lock(this) |