Speed up Thread.ManagedThreadId.
[mono.git] / mcs / class / corlib / System.Threading / WaitOrTimerCallback.cs
old mode 100755 (executable)
new mode 100644 (file)
index 98a76b3..7fbd356
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
 
 namespace System.Threading
 {
+       [ComVisible (true)]
        public delegate void WaitOrTimerCallback(object state, bool timedOut);
 }