From 6e363f21bfb7c0088c2adf7bc8babe2334a38aa9 Mon Sep 17 00:00:00 2001 From: kasthack Date: Sun, 20 Sep 2015 08:30:05 +0300 Subject: [PATCH] System.Web.Configuration.PagesEnableSessionState referencesource --- .../PagesEnableSessionState.cs | 40 ------------------- mcs/class/System.Web/System.Web.dll.sources | 2 +- 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 mcs/class/System.Web/System.Web.Configuration_2.0/PagesEnableSessionState.cs diff --git a/mcs/class/System.Web/System.Web.Configuration_2.0/PagesEnableSessionState.cs b/mcs/class/System.Web/System.Web.Configuration_2.0/PagesEnableSessionState.cs deleted file mode 100644 index fd4b3f9a33a..00000000000 --- a/mcs/class/System.Web/System.Web.Configuration_2.0/PagesEnableSessionState.cs +++ /dev/null @@ -1,40 +0,0 @@ -// -// System.Web.Configuration.PagesEnableSessionState.cs -// -// Authors: -// Duncan Mak (duncan@ximian.com) -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -// -// Copyright (C) 2004 Novell, Inc (http://www.novell.com) -// - -using System.Resources; - -namespace System.Web.Configuration -{ - public - enum PagesEnableSessionState - { - False = 0, - ReadOnly = 1, - True = 2 - } -} diff --git a/mcs/class/System.Web/System.Web.dll.sources b/mcs/class/System.Web/System.Web.dll.sources index e6f19b38d93..a3abe0a10f7 100644 --- a/mcs/class/System.Web/System.Web.dll.sources +++ b/mcs/class/System.Web/System.Web.dll.sources @@ -213,7 +213,7 @@ System.Web.Configuration_2.0/OutputCacheProfile.cs System.Web.Configuration_2.0/OutputCacheProfileCollection.cs System.Web.Configuration_2.0/OutputCacheSection.cs System.Web.Configuration_2.0/OutputCacheSettingsSection.cs -System.Web.Configuration_2.0/PagesEnableSessionState.cs +../../../external/referencesource/System.Web/Configuration/PagesEnableSessionState.cs System.Web.Configuration_2.0/PagesSection.cs System.Web.Configuration_2.0/PassportAuthentication.cs System.Web.Configuration_2.0/PositiveTimeSpanValidator.cs -- 2.25.1