You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
Reference in New Issue
Block a user