Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@ -28,7 +28,6 @@
using System;
#if NET_2_0
namespace System.Web.Management
{
public enum EventNotificationType
@ -39,4 +38,3 @@ namespace System.Web.Management
Unbuffered = 3
}
}
#endif

View File

@ -29,7 +29,6 @@
using System;
using System.Runtime.InteropServices;
#if NET_2_0
namespace System.Web.Management
{
[InterfaceTypeAttribute (ComInterfaceType.InterfaceIsIUnknown)]
@ -60,4 +59,3 @@ namespace System.Web.Management
void RemoveBrowserCaps (out IntPtr exception);
}
}
#endif

View File

@ -29,7 +29,6 @@
using System;
using System.Runtime.InteropServices;
#if NET_2_0
namespace System.Web.Management
{
public interface IWebEventCustomEvaluator
@ -37,4 +36,3 @@ namespace System.Web.Management
bool CanFire (WebBaseEvent raised_event, RuleFiringRecord record);
}
}
#endif

View File

@ -26,7 +26,6 @@
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
#if NET_2_0
using System;
using System.Web;
@ -51,4 +50,3 @@ namespace System.Web.Management
}
}
}
#endif

View File

@ -26,7 +26,6 @@
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
#if NET_2_0
namespace System.Web.Management
{
public enum SessionStateType
@ -36,4 +35,3 @@ namespace System.Web.Management
Custom = 2,
}
}
#endif

View File

@ -26,7 +26,6 @@
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
#if NET_2_0
namespace System.Web.Management
{
[Flags]
@ -41,4 +40,3 @@ namespace System.Web.Management
All = 1073741855
}
}
#endif

View File

@ -25,7 +25,6 @@
//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
#if NET_2_0
using System;
using System.Web;
@ -83,4 +82,3 @@ namespace System.Web.Management
}
}
}
#endif

View File

@ -26,7 +26,6 @@
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
#if NET_2_0
using System;
namespace System.Web.Management
@ -133,4 +132,3 @@ namespace System.Web.Management
}
}
}
#endif

View File

@ -27,7 +27,6 @@
//
//
#if NET_2_0
namespace System.Web.Management
{
public sealed class WebEventCodes
@ -107,4 +106,3 @@ namespace System.Web.Management
public const int WebExtendedBase = 0x186A0;
}
}
#endif

View File

@ -26,7 +26,6 @@
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
//
#if NET_2_0
namespace System.Web.Management
{
public class WebEventFormatter
@ -64,4 +63,3 @@ namespace System.Web.Management
}
}
}
#endif