[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / DataGridSortCommandEventArgs.cs
index c622c51f4af9127fcb9f402ddbca835b3232325e..c85d7df5b64f97b1d4d6a5b62850a4faf7bfe41c 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Author: Duncan Mak (duncan@novell.com)
 //
-// Copyright (C) 2005 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2005-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
 
 using System.Web.UI.WebControls;
 
-namespace System.Web.UI.WebControls {
-
-       public
-#if !NET_2_0
-       sealed
-#endif
-       class DataGridSortCommandEventArgs : EventArgs
+namespace System.Web.UI.WebControls
+{
+       public class DataGridSortCommandEventArgs : EventArgs
        {
                object source;
                string expr;