X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Runtime.InteropServices%2FUCOMIConnectionPoint.cs;h=cd0e84f3fc81d116272581d4771f4e5d0532543b;hb=9f3ef8e4bac11601a2cf2670cbab337e6276103b;hp=c3b13b3f885fe2efa0b8dcbfafc31b68f71a4e62;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs b/mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs index c3b13b3f885..cd0e84f3fc8 100644 --- a/mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs +++ b/mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs @@ -26,11 +26,10 @@ // 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] -#endif [ComImport] [Guid ("b196b286-bab4-101a-b69c-00aa00341d07")] [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)] @@ -43,3 +42,4 @@ namespace System.Runtime.InteropServices void EnumConnections (out UCOMIEnumConnections ppEnum); } } +#endif