New tests.
[mono.git] / mcs / class / System.Web / System.Web.UI.Adapters / WmlPostFieldType.cs
index 0956c0134005b26a37f9d32e890b1652b0200e3b..c1cb48028b047ac7edd21fed508fbf15d743adf9 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
@@ -27,7 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 namespace System.Web.UI.Adapters {
        public enum WmlPostFieldType {
                Normal = 0,
@@ -36,5 +35,5 @@ namespace System.Web.UI.Adapters {
                Raw = 3
        } 
 }
-#endif
+