X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FDataSourceOperation.cs;h=6cea69cb791150213e37b43568b2990c8c140da7;hb=427e3f59fe9ada440982f9ed7dab0b476606302a;hp=80ecb4c8c0824ad5a9df3bb29da4d247e1776c3e;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/DataSourceOperation.cs b/mcs/class/System.Web/System.Web.UI/DataSourceOperation.cs index 80ecb4c8c08..6cea69cb791 100644 --- a/mcs/class/System.Web/System.Web.UI/DataSourceOperation.cs +++ b/mcs/class/System.Web/System.Web.UI/DataSourceOperation.cs @@ -4,7 +4,7 @@ // Authors: // Sanjay Gupta (gsanjay@novell.com) // -// Copyright (C) 2004 Novell, Inc (http://www.novell.com) +// Copyright (C) 2004-2010 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the @@ -26,7 +26,6 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -#if NET_2_0 namespace System.Web.UI { public enum DataSourceOperation { Delete = 0, @@ -36,5 +35,4 @@ namespace System.Web.UI { SelectCount = 4 } } -#endif