Implementation of the 2.0 session state model
[mono.git] / mcs / class / System.Web / System.Web.SessionState / RemoteStateServer.cs
index d38544fa8b65eec879482e2742f36f0b0722977e..cf5037a5cafeb1b5e79d065bfc7700e08d74c4a8 100644 (file)
@@ -28,7 +28,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.Web.Caching;
 
@@ -86,4 +86,4 @@ namespace System.Web.SessionState {
                }
        }
 }
-
+#endif
\ No newline at end of file