Removal of NET_1_1 defines and some NET_2_0; Both defines are true these days in...
[mono.git] / mcs / class / System.EnterpriseServices / System.EnterpriseServices.Internal / ISoapServerVRoot.cs
index 1e3ed0cb6bffd81e9b06db01db69dfbd38566915..300f6f595cbddaf41e2239a9f17da5f98fbe4f03 100644 (file)
@@ -31,7 +31,6 @@ using System.Runtime.InteropServices;
 
 namespace System.EnterpriseServices.Internal {
 
-#if NET_1_1
        [Guid("A31B6577-71D2-4344-AEDF-ADC1B0DC5347")]
        public interface ISoapServerVRoot {
                [DispId(1)]
@@ -69,5 +68,4 @@ namespace System.EnterpriseServices.Internal {
                        [MarshalAs(UnmanagedType.BStr)] out string baseUrl,
                        [MarshalAs(UnmanagedType.BStr)] out string virtualRoot);
        }
-#endif
 }