X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting.Channels%2FIServerChannelSinkStack.cs;h=c056c87df2615b0ee96923f0bdab3966d0905f29;hb=5fc03f6027548ce381c643bd04df75d717b67c16;hp=8e7ca5df6f84ed7288aa9632d4c9d78297ec81a1;hpb=7ff8f29ff29fa3f08ef305ac43ef079097323286;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting.Channels/IServerChannelSinkStack.cs b/mcs/class/corlib/System.Runtime.Remoting.Channels/IServerChannelSinkStack.cs index 8e7ca5df6f8..c056c87df26 100644 --- a/mcs/class/corlib/System.Runtime.Remoting.Channels/IServerChannelSinkStack.cs +++ b/mcs/class/corlib/System.Runtime.Remoting.Channels/IServerChannelSinkStack.cs @@ -33,6 +33,7 @@ using System.Runtime.Remoting; namespace System.Runtime.Remoting.Channels { + [System.Runtime.InteropServices.ComVisible (true)] public interface IServerChannelSinkStack : IServerResponseChannelSinkStack { object Pop (IServerChannelSink sink);