2008-09-24 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Channels / IServerFormatterSinkProvider.cs
index f385ae6eeed2a8c6674fa707e9c81825dfd5d7ae..047c51636fb5cedca9e043228a50e96a1a4c4636 100644 (file)
@@ -31,6 +31,9 @@
 
 namespace System.Runtime.Remoting.Channels {
 
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public interface IServerFormatterSinkProvider :  IServerChannelSinkProvider
        {