Win32OperatingSystem.st
changeset 4242 fd4d93248b2b
parent 4241 35a49c7f6717
child 4243 f3b0d72d598e
--- a/Win32OperatingSystem.st	Fri May 28 12:11:51 1999 +0200
+++ b/Win32OperatingSystem.st	Fri May 28 13:50:48 1999 +0200
@@ -6786,6 +6786,18 @@
 
 !Win32OperatingSystem::RegistryEntry class methodsFor:'defaults'!
 
+rootKeyNames
+    ^ #(
+        'HKEY_CLASSES_ROOT'
+        'HKEY_CURRENT_USER' 
+        'HKEY_LOCAL_MACHINE' 
+        'HKEY_USERS' 
+        'HKEY_PERFORMANCE_DATA' 
+        'HKEY_CURRENT_CONFIG' 
+        'HKEY_DYN_DATA' 
+      )
+!
+
 separator
     ^$\
 ! !
@@ -7721,6 +7733,6 @@
 !Win32OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.67 1999-05-28 10:11:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.68 1999-05-28 11:50:48 cg Exp $'
 ! !
 Win32OperatingSystem initialize!