[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / DataControlRowType.cs
index 293269dbb47810739168d9b91f5e779a6cf33b6f..6d02c7955f4720c1fb98e8de47104c5bdaaeba84 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2010 Novell, Inc (http://www.novell.com)
 //
-
-#if NET_2_0
-namespace System.Web.UI.WebControls {
-        public enum DataControlRowType {
+namespace System.Web.UI.WebControls
+{
+        public enum DataControlRowType
+       {
                 Header = 0,
                Footer = 1,
                DataRow = 2,
@@ -36,4 +36,4 @@ namespace System.Web.UI.WebControls {
                EmptyDataRow = 5                                
         }
 }
-#endif
+