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 20:28:09 +0400
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2005-05-01 20:28:09 +0400
commit560563feda2fb31ef5a3920f7769148f38bd20c3 (patch)
tree6906b03f5b1aeffd13f4891b9d4c160da1d4b6bf /mcs/class/System.Data/System.Data.Common
parent7d1cb5c9465cfe46106223408ca3e50c13168f0d (diff)
DbCommandOptionalFeatures.cs: revert to r43344
svn path=/branches/Mainsoft.System.Data/mcs/; revision=43841
Diffstat (limited to 'mcs/class/System.Data/System.Data.Common')
-rw-r--r--mcs/class/System.Data/System.Data.Common/DbCommandOptionalFeatures.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Data/System.Data.Common/DbCommandOptionalFeatures.cs b/mcs/class/System.Data/System.Data.Common/DbCommandOptionalFeatures.cs
index 50865dc20b2..cb42449ea44 100644
--- a/mcs/class/System.Data/System.Data.Common/DbCommandOptionalFeatures.cs
+++ b/mcs/class/System.Data/System.Data.Common/DbCommandOptionalFeatures.cs
@@ -30,7 +30,7 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
-
+#if NET_2_0
namespace System.Data.Common {
public enum DbCommandOptionalFeatures
@@ -40,4 +40,4 @@ namespace System.Data.Common {
}
}
-
+#endif