[asp.net] HtmlForum.Name rendering updates + test updates
[mono.git] / mcs / class / System.Web / System.Web.UI / IBindableTemplate.cs
index 10a923ba966732f4a0979761c1177cf9c33b5659..0fbb1fc6b1f1895f242d3e915af568a4049bc40a 100644 (file)
@@ -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
 // 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