2009-06-30 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Lifetime / ISponsor.cs
index 0dc23dcd60b6324d2b282745345dd71c57f83b7e..9c7a6082f39b7a601b7c5f08829fd8989ec60d62 100644 (file)
@@ -34,6 +34,9 @@ using System.Runtime.Remoting.Lifetime;
 
 namespace System.Runtime.Remoting.Lifetime {
 
+#if NET_2_0
+       [System.Runtime.InteropServices.ComVisible (true)]
+#endif
        public interface ISponsor
        {
                TimeSpan Renewal (ILease lease);