* AsyncCallback.cs, common.src: add AsyncCallback delegate. svn path=/trunk/mcs/; revision=737
@@ -0,0 +1,13 @@
+//
+// System/AsyncCallback.cs
+// Author:
+// Paolo Molaro ([email protected])
+// (C) Ximian, Inc. http://www.ximian.com
+
+namespace System {
+ public delegate void AsyncCallback (IAsyncResult ar);
+}
@@ -1,3 +1,8 @@
+Fri Sep 7 12:28:01 CEST 2001 Paolo Molaro <[email protected]>
+ * AsyncCallback.cs, common.src: add AsyncCallback delegate.
2001-09-06 Jeffrey Stedfast <[email protected]>
* String.cs (System): Don't mix uint and int.
@@ -5,6 +5,7 @@ ArgumentOutOfRangeException.cs
ArithmeticException.cs
Array.cs
ArrayTypeMismatchException.cs
+AsyncCallback.cs
Attribute.cs
AttributeTargets.cs
Boolean.cs