Implementation of the 2.0 session state model
[mono.git] / mcs / class / System.Web / System.Web.SessionState / SessionInProcHandler.jvm.cs
index f7921cdca6e43d3ecfd37fd679f465cc56877753..1fedb456edc88746749cd179dfc5e36804f024f6 100644 (file)
@@ -29,7 +29,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;
 using System.IO;
 using System.Collections;
@@ -104,3 +104,4 @@ namespace System.Web.SessionState
        }
 }
 
+#endif