Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2010-09-08 19:10:55 +0400
committerJb Evain <jbevain@gmail.com>2010-09-08 20:48:29 +0400
commit0253e041a7af96c0f86d229d243c0532fa1bb6b2 (patch)
tree16ecb4cb559bdf8fe5caba496c0a5235c2727644 /mcs/class/System.XML/System.Xml.Serialization/XmlSchemaImporter.cs
parent804b3d42d02d44ee2d3d2899dd58384fec227470 (diff)
Enable the System.Xml build for monodroid
Diffstat (limited to 'mcs/class/System.XML/System.Xml.Serialization/XmlSchemaImporter.cs')
-rw-r--r--mcs/class/System.XML/System.Xml.Serialization/XmlSchemaImporter.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/System.XML/System.Xml.Serialization/XmlSchemaImporter.cs b/mcs/class/System.XML/System.Xml.Serialization/XmlSchemaImporter.cs
index 91e8fac3481..079fadd1f1b 100644
--- a/mcs/class/System.XML/System.Xml.Serialization/XmlSchemaImporter.cs
+++ b/mcs/class/System.XML/System.Xml.Serialization/XmlSchemaImporter.cs
@@ -30,7 +30,7 @@
//
using System.Xml;
-#if !TARGET_JVM && !MONOTOUCH
+#if !TARGET_JVM && !MOBILE
using System.CodeDom.Compiler;
#endif
using System.Xml.Schema;
@@ -43,7 +43,7 @@ using System.Xml.Serialization.Configuration;
namespace System.Xml.Serialization
{
public class XmlSchemaImporter
-#if NET_2_0 && !MONOTOUCH
+#if NET_2_0 && !MOBILE
: SchemaImporter
#endif
{
@@ -100,7 +100,7 @@ namespace System.Xml.Serialization
}
#if NET_2_0
-#if !TARGET_JVM && !MONOTOUCH
+#if !TARGET_JVM && !MOBILE
[MonoTODO]
public XmlSchemaImporter (XmlSchemas schemas, CodeGenerationOptions options, CodeDomProvider codeProvider, ImportContext context)
{