X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FIBindableTemplate.cs;h=0fbb1fc6b1f1895f242d3e915af568a4049bc40a;hb=d7ae726e3583ed1e363247cae6b76307189cd807;hp=10a923ba966732f4a0979761c1177cf9c33b5659;hpb=73e1bd915efb3732b1065939015748cbc7b1012a;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 10a923ba966..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,17 +27,14 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // - -#if NET_2_0 using System; using System.Collections.Specialized; namespace System.Web.UI { - public interface IBindableTemplate + public interface IBindableTemplate: ITemplate { IOrderedDictionary ExtractValues (Control control); } } -#endif