summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/dictMapping/MyClassAMDI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/dictMapping/MyClassAMDI.cs')
-rw-r--r--csharp/test/Ice/dictMapping/MyClassAMDI.cs80
1 files changed, 0 insertions, 80 deletions
diff --git a/csharp/test/Ice/dictMapping/MyClassAMDI.cs b/csharp/test/Ice/dictMapping/MyClassAMDI.cs
index cd400690521..af7b5bde825 100644
--- a/csharp/test/Ice/dictMapping/MyClassAMDI.cs
+++ b/csharp/test/Ice/dictMapping/MyClassAMDI.cs
@@ -41,56 +41,11 @@ public sealed class MyClassI : MyClass
cb.ice_response(i, i);
}
- public override void opOV_async(AMD_MyClass_opOV cb, OV i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opOR_async(AMD_MyClass_opOR cb, OR i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opODV_async(AMD_MyClass_opODV cb, ODV i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opODR_async(AMD_MyClass_opODR cb, ODR i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opNODV_async(AMD_MyClass_opNODV cb, Dictionary<string, ODV> i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opNODR_async(AMD_MyClass_opNODR cb, Dictionary<string, ODR> i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opONDV_async(AMD_MyClass_opONDV cb, ONDV i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opONDR_async(AMD_MyClass_opONDR cb, ONDR i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
public override void opNDAIS_async(AMD_MyClass_opNDAIS cb, Dictionary<string, int[]> i, Ice.Current current)
{
cb.ice_response(i, i);
}
- public override void opNDCIS_async(AMD_MyClass_opNDCIS cb, Dictionary<string, CIS> i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
public override void opNDGIS_async(AMD_MyClass_opNDGIS cb, Dictionary<string, List<int>> i, Ice.Current current)
{
cb.ice_response(i, i);
@@ -101,43 +56,8 @@ public sealed class MyClassI : MyClass
cb.ice_response(i, i);
}
- public override void opNDCSS_async(AMD_MyClass_opNDCSS cb, Dictionary<string, CSS> i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
public override void opNDGSS_async(AMD_MyClass_opNDGSS cb, Dictionary<string, List<string>> i, Ice.Current current)
{
cb.ice_response(i, i);
}
-
- public override void opODAIS_async(AMD_MyClass_opODAIS cb, ODAIS i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opODCIS_async(AMD_MyClass_opODCIS cb, ODCIS i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opODGIS_async(AMD_MyClass_opODGIS cb, ODGIS i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opODASS_async(AMD_MyClass_opODASS cb, ODASS i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opODCSS_async(AMD_MyClass_opODCSS cb, ODCSS i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
-
- public override void opODGSS_async(AMD_MyClass_opODGSS cb, ODGSS i, Ice.Current current)
- {
- cb.ice_response(i, i);
- }
}