summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/inheritance/CBI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/inheritance/CBI.cs')
-rw-r--r--csharp/test/Ice/inheritance/CBI.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/Ice/inheritance/CBI.cs b/csharp/test/Ice/inheritance/CBI.cs
index 5ba21a910ff..c19538932e6 100644
--- a/csharp/test/Ice/inheritance/CBI.cs
+++ b/csharp/test/Ice/inheritance/CBI.cs
@@ -12,12 +12,12 @@ public sealed class CBI : Test.MB.CBDisp_
public CBI()
{
}
-
+
public override Test.MA.CAPrx caop(Test.MA.CAPrx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MB.CBPrx cbop(Test.MB.CBPrx p, Ice.Current current)
{
return p;