Author: kostat
Date: 2006-08-06 09:46:24 -0400 (Sun, 06 Aug 2006)
New Revision: 63409

Modified:
   trunk/mcs/class/System.Data/System.Data.Common/DbConnection.cs
Log:
TARGET_JVM ifdef

Modified: trunk/mcs/class/System.Data/System.Data.Common/DbConnection.cs
===================================================================
--- trunk/mcs/class/System.Data/System.Data.Common/DbConnection.cs      
2006-08-06 12:41:41 UTC (rev 63408)
+++ trunk/mcs/class/System.Data/System.Data.Common/DbConnection.cs      
2006-08-06 13:46:24 UTC (rev 63409)
@@ -34,7 +34,7 @@
 
 using System.ComponentModel;
 using System.Data;
-#if NET_2_0
+#if NET_2_0 && !TARGET_JVM
 using System.Transactions;
 #endif
 
@@ -95,7 +95,7 @@
 
                protected abstract DbCommand CreateDbCommand ();
 
-#if NET_2_0
+#if NET_2_0 && !TARGET_JVM
                [MonoTODO]
                public virtual void EnlistTransaction (Transaction transaction)
                {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to