Fix for running against RabbitMQ 2.2
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / PagesEnableSessionState.cs
index 4379e8051ff522eb8cb66b9bc94ffebd3e7586cc..3895dc74f423bfe5a6f3afb9c3d2096fea610118 100644 (file)
 
 using System.Resources;
 
-#if NET_2_0
 namespace System.Web.Configuration
 {
-        public enum PagesEnableSessionState
-        {
-                False = 0,
-                ReadOnly = 1,
-                True = 2
-        }
-}
+#if NET_2_0
+               public
+#else
+               internal
 #endif
+               enum PagesEnableSessionState
+               {
+                       False = 0,
+                       ReadOnly = 1,
+                       True = 2
+               }
+}