Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Safonov <kasthack@epicm.org>2017-10-27 13:23:28 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-27 13:23:28 +0300
commitadbf98b977572b6915bb286edb1abb5c2afd0d0e (patch)
tree348cce6ebad1b80958628f8b891b92f83642945c /mcs/class/System.Web
parent1f1a1574c259ecf22f509fc3994ce5e79fe7d0bd (diff)
[System.Web] CompilationMode from reference source (#5878)
Diffstat (limited to 'mcs/class/System.Web')
-rw-r--r--mcs/class/System.Web/System.Web.UI/CompilationMode.cs36
-rw-r--r--mcs/class/System.Web/System.Web.dll.sources2
2 files changed, 1 insertions, 37 deletions
diff --git a/mcs/class/System.Web/System.Web.UI/CompilationMode.cs b/mcs/class/System.Web/System.Web.UI/CompilationMode.cs
deleted file mode 100644
index 2f9aafff8ea..00000000000
--- a/mcs/class/System.Web/System.Web.UI/CompilationMode.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-//
-// System.Web.UI.CompilationMode.cs
-//
-// Authors:
-// Sanjay Gupta (gsanjay@novell.com)
-//
-// Copyright (C) 2004-2010 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 {
- public enum CompilationMode {
- Auto = 0,
- Never = 1,
- Always = 2
- }
-}
-
diff --git a/mcs/class/System.Web/System.Web.dll.sources b/mcs/class/System.Web/System.Web.dll.sources
index a7c800d6e6d..40cb944d5cb 100644
--- a/mcs/class/System.Web/System.Web.dll.sources
+++ b/mcs/class/System.Web/System.Web.dll.sources
@@ -533,7 +533,7 @@ System.Web.UI/CodeBuilder.cs
System.Web.UI/CodeConstructType.cs
System.Web.UI/CodeRenderBuilder.cs
System.Web.UI/CollectionBuilder.cs
-System.Web.UI/CompilationMode.cs
+../referencesource/System.Web/UI/PagesConfiguration.cs
System.Web.UI/CompiledBindableTemplateBuilder.cs
System.Web.UI/CompiledTemplateBuilder.cs
System.Web.UI/ComplexPropertyEntry.cs