Update copyrights
[mono.git] / mcs / class / corlib / System.Threading / HostExecutionContextSwitcher.cs
index fe3ada9384c2349c0f05a3d83ac138f7a6a2d425..5b7bd7bf50da6f2f6b8c1c993c727750c64e06c3 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.ConstrainedExecution;
 using System.Runtime.InteropServices;
 
@@ -49,7 +47,7 @@ namespace System.Threading {
                }
 
                [MonoTODO]
-               [ReliabilityContract (Consistency.WillNotCorruptState, CER.MayFail)]
+               [ReliabilityContract (Consistency.WillNotCorruptState, Cer.MayFail)]
                public void Undo ()
                {
                }
@@ -76,4 +74,3 @@ namespace System.Threading {
        }
 }
 
-#endif