diff options
Diffstat (limited to 'csharp/test/Ice/optional/TestAMDI.cs')
-rw-r--r-- | csharp/test/Ice/optional/TestAMDI.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/csharp/test/Ice/optional/TestAMDI.cs b/csharp/test/Ice/optional/TestAMDI.cs index 05475175e1e..ee4d1711bd5 100644 --- a/csharp/test/Ice/optional/TestAMDI.cs +++ b/csharp/test/Ice/optional/TestAMDI.cs @@ -208,21 +208,12 @@ public class InitialI : Test.Initial cb.ice_response(p1, p1); } -#if COMPACT || SILVERLIGHT - public override void opSerializable_async(Test.AMD_Initial_opSerializable cb, - Ice.Optional<byte[]> p1, - Ice.Current current) - { - cb.ice_response(p1, p1); - } -#else public override void opSerializable_async(Test.AMD_Initial_opSerializable cb, Ice.Optional<Test.SerializableClass> p1, Ice.Current current) { cb.ice_response(p1, p1); } -#endif public override void opIntIntDict_async(Test.AMD_Initial_opIntIntDict cb, Ice.Optional<Dictionary<int, int>> p1, Ice.Current current) @@ -279,11 +270,7 @@ public class InitialI : Test.Initial public override void supportsCsharpSerializable_async(Test.AMD_Initial_supportsCsharpSerializable cb, Ice.Current current) { -#if COMPACT || SILVERLIGHT - cb.ice_response(false); -#else cb.ice_response(true); -#endif } public override void supportsCppStringView_async(Test.AMD_Initial_supportsCppStringView cb, |