[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ICallbackContainer.cs
index 20d11dbc7027ea36c2cec288bef9d4b23e14dd77..ea46c05957cb0a538dfa43370b0d96d2440bc455 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
@@ -27,8 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-
-#if NET_2_0
 using System;
 
 namespace System.Web.UI.WebControls
@@ -38,5 +36,5 @@ namespace System.Web.UI.WebControls
                string GetCallbackScript (IButtonControl control, string argument);
        }
 }
-#endif
+