Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIConnectionPoint.cs
index 37b460875d61394f1d544c8274979fb12b6c9984..cd0e84f3fc81d116272581d4771f4e5d0532543b 100644 (file)
 // 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