Move some MOBILE bits under DISABLE_REMOTING as a remoting enabled runtime will need...
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / ActivatedServiceTypeEntry.cs
index 079283d73ec09e1b9441025293144dcb2326efbe..58be5e6e96f66173173a10c5e3c1a16c241227da 100644 (file)
@@ -36,6 +36,7 @@ using System.Runtime.Remoting.Contexts;
 
 namespace System.Runtime.Remoting {
 
+       [System.Runtime.InteropServices.ComVisible (true)]
        public class ActivatedServiceTypeEntry : TypeEntry
        {
                Type obj_type;