diff options
Diffstat (limited to 'csharp/test/Ice/dispatcher/TestI.cs')
-rw-r--r-- | csharp/test/Ice/dispatcher/TestI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/Ice/dispatcher/TestI.cs b/csharp/test/Ice/dispatcher/TestI.cs index 6e489ee331e..9e7e6ed129f 100644 --- a/csharp/test/Ice/dispatcher/TestI.cs +++ b/csharp/test/Ice/dispatcher/TestI.cs @@ -65,14 +65,14 @@ public class TestControllerI : TestIntfControllerDisp_ test(Dispatcher.isDispatcherThread()); _adapter.hold(); } - + override public void resumeAdapter(Ice.Current current) { test(Dispatcher.isDispatcherThread()); _adapter.activate(); } - + public TestControllerI(Ice.ObjectAdapter adapter) { |