Add locking to EventWaitHandle.Set/Reset to avoid crashes when another thread dispose...
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / IServerChannelSink.cs
index de5db0c6bbfd351e931c07ac13175a2325c2f5dd..3af3517eb959b6504fb7f2522715741ffe5b59db 100644 (file)
@@ -34,6 +34,7 @@ using System.Runtime.Remoting.Messaging;
 
 namespace System.Runtime.Remoting.Channels {
 
+       [System.Runtime.InteropServices.ComVisible (true)]
        public interface IServerChannelSink : IChannelSinkBase
        {
                IServerChannelSink NextChannelSink { get; }