[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI / IUrlResolutionService.cs
index 4ca78a0c5411d4702f1ae84779b197f93eaad403..8b01605206bf80e10da20b68373bc1e0c299f363 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;
 using System.Collections;
 
@@ -39,5 +37,4 @@ namespace System.Web.UI
                string ResolveClientUrl (string url);
        }
 }
-#endif