diff options
Diffstat (limited to 'csharp/test/Ice/inheritance/CCI.cs')
-rw-r--r-- | csharp/test/Ice/inheritance/CCI.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/test/Ice/inheritance/CCI.cs b/csharp/test/Ice/inheritance/CCI.cs index 722ba84cf18..03a6dfa72d3 100644 --- a/csharp/test/Ice/inheritance/CCI.cs +++ b/csharp/test/Ice/inheritance/CCI.cs @@ -12,17 +12,17 @@ public sealed class CCI : Test.MA.CCDisp_ public CCI() { } - + 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.MB.CBPrx cbop(Test.MB.CBPrx p, Ice.Current current) { return p; |