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:
authorKonstantin Triger <kostat@mono-cvs.ximian.com>2005-05-01 21:02:53 +0400
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2005-05-01 21:02:53 +0400
commit862e567b26fb954a7eef32e7517a84212aff4ce7 (patch)
treeedf241606fade29eee85b251965e5fbfc448d61e /mcs/class/System.Data/System.Data.Common
parent9642e4d03e24f4e3124ef59aae0123071e5efaaa (diff)
add TARGET_JVM ifdef
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43851
Diffstat (limited to 'mcs/class/System.Data/System.Data.Common')
-rw-r--r--mcs/class/System.Data/System.Data.Common/DbTypes.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.Common/DbTypes.cs b/mcs/class/System.Data/System.Data.Common/DbTypes.cs
index 0383b003be9..4deed2fc16e 100644
--- a/mcs/class/System.Data/System.Data.Common/DbTypes.cs
+++ b/mcs/class/System.Data/System.Data.Common/DbTypes.cs
@@ -4,6 +4,7 @@ namespace System.Data.Common
{
public class DbTypes
{
+#if TARGET_JVM
#region java.sql.Types constants
internal enum JavaSqlTypes {
@@ -42,6 +43,7 @@ namespace System.Data.Common
#endregion // java.sql.Types constants
+#endif
#region .Net types constants