svn path=/trunk/mcs/; revision=29081
@@ -1,3 +1,7 @@
+2004-06-09 Gert Driesen <[email protected]>
+
+ * Context.cs: Added finalizer to match MS.NET
2003-12-23 Lluis Sanchez Gual <[email protected]>
* SynchronizationAttribute.cs: Several bug fixes.
@@ -52,6 +52,10 @@ namespace System.Runtime.Remoting.Contexts {
context_id = 1 + global_count++;
}
+ ~Context ()
+ {
+ }
public static Context DefaultContext {
get {
return AppDomain.InternalGetDefaultContext ();