[mono-config] use right type for result of strlen
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / AdCreatedEventHandler.cs
old mode 100755 (executable)
new mode 100644 (file)
index a52c5c8..87cc6a2
@@ -1,4 +1,10 @@
-
+// 
+// System.Web.UI.WebControls.AdCreatedEventHandler
+//
+// Author:
+//        Ben Maurer <bmaurer@novell.com>
+//
+// (c) 2005 Novell
 //
 // 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.
 //
-/**\r
- * Namespace: System.Web.UI.WebControls\r
- * Delegate:  AdCreatedEventHandler\r
- * \r
- * Author:  Gaurav Vaish\r
- * Maintainer: gvaish@iitk.ac.in\r
- * Implementation: yes\r
- * Contact: <gvaish@iitk.ac.in>\r
- * Status:  100%\r
- * \r
- * (C) Gaurav Vaish (2001)\r
- */\r
-\r
-namespace System.Web.UI.WebControls\r
-{\r
-       public delegate void AdCreatedEventHandler(object sender, AdCreatedEventArgs e);\r
-}\r
+
+namespace System.Web.UI.WebControls {
+       public delegate void AdCreatedEventHandler (object sender, AdCreatedEventArgs e);
+}