X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Threading%2FWaitCallback.cs;h=3422620e280517eb3618cfe4e541cbffb7acbd5e;hb=057623eb7ce6e67211401efdaca4c5ce3c339a67;hp=fc33a08202d6daf06cd93d345b2d502192330350;hpb=13d1764537ce5bbe5a06bf133fb2db1a4b5d2131;p=mono.git diff --git a/mcs/class/corlib/System.Threading/WaitCallback.cs b/mcs/class/corlib/System.Threading/WaitCallback.cs old mode 100755 new mode 100644 index fc33a08202d..3422620e280 --- a/mcs/class/corlib/System.Threading/WaitCallback.cs +++ b/mcs/class/corlib/System.Threading/WaitCallback.cs @@ -30,8 +30,10 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +using System.Runtime.InteropServices; namespace System.Threading { + [ComVisible (true)] public delegate void WaitCallback(object state); }