X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2FUCOMIConnectionPoint.cs;h=cd0e84f3fc81d116272581d4771f4e5d0532543b;hb=66205238fc51274272ba9db9ce07e9b2fb60d1a6;hp=37b460875d61394f1d544c8274979fb12b6c9984;hpb=f73e0d5c67f0d26e85b92fc4b75fc48783f20d64;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs b/mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs index 37b460875d6..cd0e84f3fc8 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs @@ -26,12 +26,11 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // +#if !FULL_AOT_RUNTIME namespace System.Runtime.InteropServices { -#if NET_2_0 [Obsolete] [ComImport] -#endif [Guid ("b196b286-bab4-101a-b69c-00aa00341d07")] [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)] public interface UCOMIConnectionPoint @@ -43,3 +42,4 @@ namespace System.Runtime.InteropServices void EnumConnections (out UCOMIEnumConnections ppEnum); } } +#endif