use MOONLIGHT symbol
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel.Description / IEndpointBehavior.cs
index 1ba9d63f7e5c8d61102a060632a79c453981b05a..436dd438dc7b6c709e2eff6fd620305fe0812178 100644 (file)
@@ -33,7 +33,7 @@ namespace System.ServiceModel.Description
 {
        public interface IEndpointBehavior
        {
-#if !NET_2_1 || MONOTOUCH
+#if !MOONLIGHT
                void AddBindingParameters (ServiceEndpoint endpoint,
                        BindingParameterCollection parameters);
 #if !NET_2_1