[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / RepeaterCommandEventHandler.cs
index a4cf957a99fc9dfab4d8d69c2385840afdbd3953..828b25d37db425086458466f1a063086e53689f6 100644 (file)
@@ -1,4 +1,9 @@
-
+//
+// System.Web.UI.WebControls.RepeaterEventHandler.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 RepeaterCommandEventHandler(object sender, RepeaterCommandEventArgs e);
+namespace System.Web.UI.WebControls {
+
+       public delegate void RepeaterCommandEventHandler (
+               object sender,
+               RepeaterCommandEventArgs e);
 }
\ No newline at end of file