summaryrefslogtreecommitdiff
path: root/cs/test/Ice/servantLocator/TestAMDI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/servantLocator/TestAMDI.cs')
-rw-r--r--cs/test/Ice/servantLocator/TestAMDI.cs16
1 files changed, 8 insertions, 8 deletions
diff --git a/cs/test/Ice/servantLocator/TestAMDI.cs b/cs/test/Ice/servantLocator/TestAMDI.cs
index 555c6ada355..817da133ff5 100644
--- a/cs/test/Ice/servantLocator/TestAMDI.cs
+++ b/cs/test/Ice/servantLocator/TestAMDI.cs
@@ -13,42 +13,42 @@ public sealed class TestI : TestIntfDisp_
{
public override void requestFailedException_async(AMD_TestIntf_requestFailedException cb, Ice.Current current)
{
- cb.ice_response();
+ cb.ice_response();
}
public override void unknownUserException_async(AMD_TestIntf_unknownUserException cb, Ice.Current current)
{
- cb.ice_response();
+ cb.ice_response();
}
public override void unknownLocalException_async(AMD_TestIntf_unknownLocalException cb, Ice.Current current)
{
- cb.ice_response();
+ cb.ice_response();
}
public override void unknownException_async(AMD_TestIntf_unknownException cb, Ice.Current current)
{
- cb.ice_response();
+ cb.ice_response();
}
public override void localException_async(AMD_TestIntf_localException cb, Ice.Current current)
{
- cb.ice_response();
+ cb.ice_response();
}
public override void userException_async(AMD_TestIntf_userException cb, Ice.Current current)
{
- cb.ice_response();
+ cb.ice_response();
}
public override void csException_async(AMD_TestIntf_csException cb, Ice.Current current)
{
- cb.ice_response();
+ cb.ice_response();
}
public override void shutdown_async(AMD_TestIntf_shutdown cb, Ice.Current current)
{
current.adapter.deactivate();
- cb.ice_response();
+ cb.ice_response();
}
}