[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / FormViewMode.cs
index 3fbd6f984d2a14f3d092f89ba9fa3aced5d89ac8..4858c4eece2623e56948f959b844fb8ab87b14f7 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 FormViewMode {
+namespace System.Web.UI.WebControls
+{
+        public enum FormViewMode
+       {
                 ReadOnly = 0,
                Edit = 1,
                Insert = 2              
         }
 }
-#endif
+