[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ICompositeControlDesignerAccessor.cs
index 74a463b2ffb4b76e1a8734785ecef4f2bf2aaa87..a8317edb0ed3839307ccb71dece214710ee7ca4e 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
@@ -28,7 +28,6 @@
 //
 
 
-#if NET_2_0
 using System;
 
 namespace System.Web.UI.WebControls
@@ -38,5 +37,4 @@ namespace System.Web.UI.WebControls
                void RecreateChildControls ();
        }
 }
-#endif