start populating the new System.Web.Configuration_2.0 dir
[mono.git] / mcs / class / System.Data / System.Data.Common / DbConnection.cs
index f3ccfcaf80cb5e5f357391bc85ea73eb32ab37f5..3f7f7cda1d596a7b2fb81343a21266445c8825f5 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-
+#if NET_2_0 || TARGET_JVM
 
 using System.ComponentModel;
 using System.Data;
-#if MONO_ONLY
+#if !TARGET_JVM
 using System.EnterpriseServices;
 #endif
 
@@ -138,3 +138,4 @@ namespace System.Data.Common {
        }
 }
 
+#endif