[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / DataControlCellType.cs
index a7c2f4c58df288b1226d6b8022f035db21458163..bda308a1e3b10b436b3929fd7545d5575c110361 100644 (file)
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2010 Novell, Inc (http://www.novell.com)
 //
-
-#if NET_2_0
-namespace System.Web.UI.WebControls {
-        public enum DataControlCellType {
+namespace System.Web.UI.WebControls
+{
+        public enum DataControlCellType
+       {
                 Header = 0,
                Footer = 1,
                DataCell = 2
         }
 }
-#endif
+