2009-05-27 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Services / ITrackingHandler.cs
index 684710821f5f823543a588569e5e56a13a997c01..1eb2766b65c61d608e74d970de1dd5c4470db896 100644 (file)
 
 using System.Runtime.Remoting;
 
+#if NET_2_0
+using System.Runtime.InteropServices;
+#endif
+
 namespace System.Runtime.Remoting.Services {
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public interface ITrackingHandler
        {
                void DisconnectedObject (object obj);