Implementation of the 2.0 session state model
[mono.git] / mcs / class / System.Web / System.Web.SessionState / HttpSessionState.cs
index 2867059771811c03417817df0366752c441acd66..361abf21e65c75c3b2bb7c70593e6280094698c8 100644 (file)
@@ -26,7 +26,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-
+#if !NET_2_0
 using System.Collections;
 using System.Collections.Specialized;
 using System.Globalization;
@@ -217,4 +217,4 @@ public sealed class HttpSessionState : ICollection, IEnumerable
        }
 }
 }
-
+#endif