[corlib] Add more obsolete and not working types to MonoDroid
authorMarek Safar <marek.safar@gmail.com>
Wed, 27 May 2015 09:32:33 +0000 (11:32 +0200)
committerMarek Safar <marek.safar@gmail.com>
Wed, 27 May 2015 09:32:33 +0000 (11:32 +0200)
external/referencesource
mcs/class/corlib/System.Runtime.InteropServices/EXCEPINFO.cs
mcs/class/corlib/System.Runtime.InteropServices/Marshal.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPoint.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIConnectionPointContainer.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMIEnumConnectionPoints.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeComp.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeInfo.cs
mcs/class/corlib/System.Runtime.InteropServices/UCOMITypeLib.cs

index 9fffd07ae09043d3385196659eb75429b976cdf3..988522daaaa54d4e17f441b4f9fbd96c6b15d0ec 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9fffd07ae09043d3385196659eb75429b976cdf3
+Subproject commit 988522daaaa54d4e17f441b4f9fbd96c6b15d0ec
index c9ce2f0949f58cead92740654fb9180cc6593e16..0e61c36b7fd57029c7db92ec042e5a68b6a15426 100644 (file)
@@ -30,7 +30,7 @@
 
 using System;
 
-#if !MOBILE
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
        [Obsolete]
index 1b650da569d25bda48ab02c01ab63dadb89c4d9e..44c9ec8a72670db2e0354972d4c05aad60f47d88 100644 (file)
@@ -578,7 +578,7 @@ namespace System.Runtime.InteropServices
                        throw new NotImplementedException ();                   
                }
 
-#if !MOBILE
+#if !FULL_AOT_RUNTIME
                [Obsolete]
                [MonoTODO]
                public static string GetTypeInfoName (UCOMITypeInfo pTI)
index 0e4a5d4592f0e15ffc21580de6833c0ca67b0620..cd0e84f3fc81d116272581d4771f4e5d0532543b 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !MOBILE
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
        [Obsolete]
index d652123058a73830f002b67d6e42898e9ba47b90..8011610ab7bcf250fc236fa0a56ef2ab359d0523 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !MOBILE
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
        [Obsolete]
index 02f4a456d4b1d1eeedb8954afc4aadc3c435e04a..bb669b78e0d47ed47cdcf9dcd2befe3b6f13b757 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !MOBILE
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
        [Obsolete]
index eb10fe08716812160c5daa133f4c5ce826f0c96a..12af145c4cd4ae22756c4f5cbc5eb7823fdc91d3 100644 (file)
@@ -28,7 +28,7 @@
 //
 // (C) 2002 Ximian, Inc.
 
-#if !MOBILE
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
        [Obsolete]
index 5d374f12ea93616af855dcbcadf642eccbf05b90..a8b4a1600b6429d838223683ed21783147f38dd3 100644 (file)
@@ -28,7 +28,7 @@
 //
 // (C) 2002 Ximian, Inc.
 
-#if !MOBILE
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
        [Obsolete]
index 46137121a6db1be7833f29f802bb59fbe4d425a3..2b9c1ccdc0da9ae69006d80cf71dc6e0b45217ec 100644 (file)
@@ -28,7 +28,7 @@
 //
 // (C) 2002 Ximian, Inc.
 
-#if !MOBILE
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
        [Obsolete]