New test.
[mono.git] / mcs / class / System.Web / System.Web.UI.HtmlControls / HtmlHeadBuilder.cs
index 26b689f263254772f99e912506b9fd4d576c30db..041c544b4b13b66667243ffcf75e8802ad4f1807 100644 (file)
@@ -4,8 +4,7 @@
 // Authors:
 //     Lluis Sanchez Gual (lluis@novell.com)
 //
-// (C) 2004 Novell, Inc.
-
+// Copyright (C) 2004-2005 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
 
 #if NET_2_0
 
-using System.Web.UI;
 using System.Collections;
+using System.Security.Permissions;
 
 namespace System.Web.UI.HtmlControls
 {
-       class HtmlHeadBuilder : ControlBuilder
+       // CAS
+       [AspNetHostingPermission (SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
+       [AspNetHostingPermission (SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
+       public class HtmlHeadBuilder : ControlBuilder
        {
                public override bool AllowWhitespaceLiterals ()
                {