[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI / DataSourceOperation.cs
index 80ecb4c8c0824ad5a9df3bb29da4d247e1776c3e..6cea69cb791150213e37b43568b2990c8c140da7 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //     Sanjay Gupta (gsanjay@novell.com)
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2010 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 namespace System.Web.UI {
        public enum DataSourceOperation {
                Delete = 0,
@@ -36,5 +35,4 @@ namespace System.Web.UI {
                SelectCount = 4 
        }
 }
-#endif