X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FIBindableTemplate.cs;h=0fbb1fc6b1f1895f242d3e915af568a4049bc40a;hb=272033f2e2852eb44827769b2a993390d453cc56;hp=c363223d2028a62834d860fc98c2f04098951725;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/IBindableTemplate.cs b/mcs/class/System.Web/System.Web.UI/IBindableTemplate.cs index c363223d202..0fbb1fc6b1f 100644 --- a/mcs/class/System.Web/System.Web.UI/IBindableTemplate.cs +++ b/mcs/class/System.Web/System.Web.UI/IBindableTemplate.cs @@ -4,7 +4,7 @@ // Authors: // Sanjay Gupta (gsanjay@novell.com) // -// (C) 2004 Novell, Inc (http://www.novell.com) +// (C) 2004-2010 Novell, Inc (http://www.novell.com) // // // Permission is hereby granted, free of charge, to any person obtaining @@ -27,8 +27,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // - -#if NET_2_0 using System; using System.Collections.Specialized; @@ -39,5 +37,4 @@ namespace System.Web.UI IOrderedDictionary ExtractValues (Control control); } } -#endif