Add this for backwards compatibility
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / DataGridSortCommandEventHandler.cs
index 51047c95140cd2a36db927847bb902e3ae9bf33f..b88303be538139b1a1c525e2e678db99af251d5f 100644 (file)
@@ -1,4 +1,9 @@
-
+//
+// System.Web.UI.WebControls.DataGridSortCommandEventHandler.cs
+//
+// Author: Duncan Mak (duncan@novell.com)
+//
+// Copyright (C) 2005 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
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-/**
- * Namespace: System.Web.UI.WebControls
- *
- * Author: Gaurav Vaish
- * Maintainer: gvaish@iitk.ac.in
- * Contact:  <my_scripts2001@yahoo.com>, <gvaish@iitk.ac.in>
- * Implementation: yes
- * Status: 100%
- *
- * (C) Gaurav Vaish (2001)
- */
 
-namespace System.Web.UI.WebControls
-{
-       public delegate void DataGridSortCommandEventHandler(object sender, DataGridSortCommandEventArgs e);
+namespace System.Web.UI.WebControls {
+
+       public delegate void DataGridSortCommandEventHandler (
+               object sender,
+               DataGridSortCommandEventArgs e);
 }
\ No newline at end of file