[Mono-list] Patch for Registry

Nick Drochak ndrochak@gol.com
Tue, 4 Feb 2003 23:37:42 +0900


All,

According to the class status page, Registry needs the following patch (see
below). Ok to commit?

Nick D.

Index: class/corlib/Microsoft.Win32/Registry.cs
===================================================================
RCS file: /cvs/public/mcs/class/corlib/Microsoft.Win32/Registry.cs,v
retrieving revision 1.2
diff -u -r1.2 Registry.cs
--- class/corlib/Microsoft.Win32/Registry.cs    28 Nov 2002 23:46:27 -0000
1.2
+++ class/corlib/Microsoft.Win32/Registry.cs    4 Feb 2003 14:33:11 -0000
@@ -8,8 +8,9 @@

 namespace Microsoft.Win32
 {
-       public class Registry
+       public sealed class Registry
        {
+               private Registry () { }
                public static readonly RegistryKey ClassesRoot;
                public static readonly RegistryKey CurrentConfig;
                public static readonly RegistryKey CurrentUser;