[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-patches
Subject:    [Mono-patches] r61338 - trunk/mcs/class/corlib/System
From:       "Zoltan Varga (vargaz AT gmail.com)" <mono-patches-list () lists ! ximian ! com>
Date:       2006-05-31 17:00:05
Message-ID: 20060531170005.A81899472C () mono-cvs ! ximian ! com
[Download RAW message or body]

Author: zoltan
Date: 2006-05-31 13:00:05 -0400 (Wed, 31 May 2006)
New Revision: 61338

Added:
   trunk/mcs/class/corlib/System/MonoAsyncCall.cs
Modified:
   trunk/mcs/class/corlib/System/ChangeLog
   trunk/mcs/class/corlib/System/Environment.cs
Log:
2006-05-31  Zoltan Varga  <vargaz@gmail.com>

	* Environment.cs: Bump corlib version.

	* MonoAsyncCall.cs: New file.


Modified: trunk/mcs/class/corlib/System/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/System/ChangeLog	2006-05-31 14:55:33 UTC (rev 61337)
+++ trunk/mcs/class/corlib/System/ChangeLog	2006-05-31 17:00:05 UTC (rev 61338)
@@ -1,3 +1,9 @@
+2006-05-31  Zoltan Varga  <vargaz@gmail.com>
+
+	* Environment.cs: Bump corlib version.
+
+	* MonoAsyncCall.cs: New file.
+
 2006-05-30  Gert Driesen  <drieseng@users.sourceforge.net>
 
 	* Char.cs: Removed duplicate (explicit) interface implementation.

Modified: trunk/mcs/class/corlib/System/Environment.cs
===================================================================
--- trunk/mcs/class/corlib/System/Environment.cs	2006-05-31 14:55:33 UTC (rev 61337)
+++ trunk/mcs/class/corlib/System/Environment.cs	2006-05-31 17:00:05 UTC (rev 61338)
@@ -59,7 +59,7 @@
 		 * Changes which are already detected at runtime, like the addition
 		 * of icalls, do not require an increment.
 		 */
-		private const int mono_corlib_version = 51;
+		private const int mono_corlib_version = 52;
 		
 		[MonoTODO]
 		public enum SpecialFolder

Added: trunk/mcs/class/corlib/System/MonoAsyncCall.cs
===================================================================
--- trunk/mcs/class/corlib/System/MonoAsyncCall.cs	2006-05-31 14:55:33 UTC (rev 61337)
+++ trunk/mcs/class/corlib/System/MonoAsyncCall.cs	2006-05-31 17:00:05 UTC (rev 61338)
@@ -0,0 +1,52 @@
+//
+// System.MonoAsyncCall.cs
+//
+// Author:
+//    Zoltan Varga (vargaz@gmail.com)
+//
+//
+
+//
+// Copyright (C) 2006 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
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+//
+// This is the managed counterpart of the ASyncCall structure used by the threadpools.
+//
+
+namespace System {
+
+	internal class MonoAsyncCall {
+		#region Sync with the unmanaged ASyncCall structure
+		object     msg;
+		IntPtr     cb_method;
+		object     cb_target;
+		object     state;
+		object     res;
+		object     out_args;
+		long       wait_event;
+		#endregion
+	}
+}
+
+
+

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic