X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.Remoting.Channels%2FIServerResponseChannelSinkStack.cs;h=56d64c0083cd7ba3cb34a19920d7d2335d893dbc;hb=371a1f12a9c0ce20aae7034afeb293321c3952bd;hp=67994c29867b3e96871ede2955d9378818bd8ba8;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.Remoting.Channels/IServerResponseChannelSinkStack.cs b/mcs/class/corlib/System.Runtime.Remoting.Channels/IServerResponseChannelSinkStack.cs index 67994c29867..56d64c0083c 100644 --- a/mcs/class/corlib/System.Runtime.Remoting.Channels/IServerResponseChannelSinkStack.cs +++ b/mcs/class/corlib/System.Runtime.Remoting.Channels/IServerResponseChannelSinkStack.cs @@ -34,6 +34,9 @@ using System.Runtime.Remoting.Messaging; namespace System.Runtime.Remoting.Channels { +#if NET_2_0 + [System.Runtime.InteropServices.ComVisible (true)] +#endif public interface IServerResponseChannelSinkStack { void AsyncProcessResponse (IMessage msg, ITransportHeaders headers, Stream stream);