From 2028e87d5186c95b535d05b3fe6b2c3b1b82c585 Mon Sep 17 00:00:00 2001 From: kasthack Date: Sun, 20 Sep 2015 08:34:21 +0300 Subject: [PATCH] System.Web.UI.WebControls.WebParts.IWebActionable from referencesource --- .../IWebActionable.cs | 39 ------------------- mcs/class/System.Web/System.Web.dll.sources | 2 +- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 mcs/class/System.Web/System.Web.UI.WebControls.WebParts/IWebActionable.cs diff --git a/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/IWebActionable.cs b/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/IWebActionable.cs deleted file mode 100644 index 314e7bf8889..00000000000 --- a/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/IWebActionable.cs +++ /dev/null @@ -1,39 +0,0 @@ -// -// System.Web.UI.WebControls.WebParts.IWebActionable.cs -// -// Authors: -// Sanjay Gupta (gsanjay@novell.com) -// -// (C) 2004 Novell, Inc (http://www.novell.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. -// - - - -namespace System.Web.UI.WebControls.WebParts -{ - public interface IWebActionable - { - WebPartVerbCollection Verbs { get; } - } -} - diff --git a/mcs/class/System.Web/System.Web.dll.sources b/mcs/class/System.Web/System.Web.dll.sources index b847f6a1cec..0ef52e8583e 100644 --- a/mcs/class/System.Web/System.Web.dll.sources +++ b/mcs/class/System.Web/System.Web.dll.sources @@ -1134,7 +1134,7 @@ System.Web.UI.WebControls.WebParts/IPersonalizable.cs System.Web.UI.WebControls.WebParts/ITrackingPersonalizable.cs System.Web.UI.WebControls.WebParts/ITransformerConfigurationControl.cs System.Web.UI.WebControls.WebParts/IVersioningPersonalizable.cs -System.Web.UI.WebControls.WebParts/IWebActionable.cs +../../../external/referencesource/System.Web/UI/WebParts/IWebActionable.cs System.Web.UI.WebControls.WebParts/IWebEditable.cs System.Web.UI.WebControls.WebParts/IWebPart.cs System.Web.UI.WebControls.WebParts/IWebPartHttpHandler.cs -- 2.25.1