X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FControlCachePolicy.cs;h=1f642f5b1ae55771208924091d62aa10525da79b;hb=d49951ccf584ba637afb1dab7fff714478e3174d;hp=a2e1093f2e6a8ea35dea735fc26bf763194e5b5a;hpb=089d5fed1917f774dfd602b2e3e4f5a60285a349;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/ControlCachePolicy.cs b/mcs/class/System.Web/System.Web.UI/ControlCachePolicy.cs index a2e1093f2e6..1f642f5b1ae 100644 --- a/mcs/class/System.Web/System.Web.UI/ControlCachePolicy.cs +++ b/mcs/class/System.Web/System.Web.UI/ControlCachePolicy.cs @@ -27,13 +27,17 @@ // #if NET_2_0 -using System.Web; + using System.Web.Caching; namespace System.Web.UI { public sealed class ControlCachePolicy { + internal ControlCachePolicy () + { + } + public bool Cached { get { @@ -69,9 +73,6 @@ namespace System.Web.UI get { throw new NotImplementedException (); } - set { - throw new NotImplementedException (); - } } public string VaryByControl @@ -107,4 +108,4 @@ namespace System.Web.UI } } } -#endif \ No newline at end of file +#endif