Update copyrights
[mono.git] / mcs / class / corlib / System.Threading / AtomicBoolean.cs
index 1785829dc5adde12bfd581afce682fe35fc617fb..28faf014b29351a105b14c8af4d845bd6a576efd 100644 (file)
 
 using System;
 
+#if INSIDE_MONO_PARALLEL
+using System.Threading;
+
+namespace Mono.Threading
+#else
 namespace System.Threading
+#endif
 {
 #if INSIDE_MONO_PARALLEL
        public