summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/inheritance/CDI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/inheritance/CDI.cs')
-rw-r--r--csharp/test/Ice/inheritance/CDI.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/csharp/test/Ice/inheritance/CDI.cs b/csharp/test/Ice/inheritance/CDI.cs
index e9e253a7424..3a67a68ee77 100644
--- a/csharp/test/Ice/inheritance/CDI.cs
+++ b/csharp/test/Ice/inheritance/CDI.cs
@@ -12,37 +12,37 @@ public sealed class CDI : Test.MA.CDDisp_
public CDI()
{
}
-
+
public override Test.MA.CAPrx caop(Test.MA.CAPrx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MA.CCPrx ccop(Test.MA.CCPrx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MA.CDPrx cdop(Test.MA.CDPrx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MA.IAPrx iaop(Test.MA.IAPrx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MB.CBPrx cbop(Test.MB.CBPrx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MB.IB1Prx ib1op(Test.MB.IB1Prx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MB.IB2Prx ib2op(Test.MB.IB2Prx p, Ice.Current current)
{
return p;