Add the '#if NET_2_0' conditional everywhere.
[mono.git] / mcs / class / Mono.C5 / C5 / heaps / IntervalHeap.cs
index bf5f0d91e3faa8f6cfa025eeba8f7f1325687a51..db925daa2d41a17a6eddfda4beabad2c25d53109 100644 (file)
@@ -1,3 +1,4 @@
+#if NET_2_0
 /*\r
  Copyright (c) 2003-2006 Niels Kokholm and Peter Sestoft\r
  Permission is hereby granted, free of charge, to any person obtaining a copy\r
@@ -1098,3 +1099,5 @@ namespace C5
   }\r
 \r
 }\r
+
+#endif