#DOCUMENTATION by sr
authorsr
Thu, 11 Oct 2018 16:29:49 +0200
changeset 23427 63adc4d1d09f
parent 23426 d8ce6bd803cb
child 23428 9a1a7a4b8bfb
#DOCUMENTATION by sr class: StandaloneStartup class comment/format in: #getCurrentBinaryPathFromRegistry #writeCurrentBinaryPathIntoRegistry
StandaloneStartup.st
--- a/StandaloneStartup.st	Thu Oct 11 16:29:26 2018 +0200
+++ b/StandaloneStartup.st	Thu Oct 11 16:29:49 2018 +0200
@@ -561,6 +561,9 @@
 !
 
 getCurrentBinaryPathFromRegistry
+    "used to check if the binary of the running instance and the attaching is the same,
+     if not do not attach to other version or even other installation"
+
     |applicationEntry|
 
     applicationEntry := self applicationRegistryEntry.
@@ -577,6 +580,7 @@
     "
 
     "Created: / 11-10-2018 / 10:47:20 / sr"
+    "Modified (comment): / 11-10-2018 / 16:28:53 / sr"
 !
 
 getCurrentIDFromRegistry
@@ -712,6 +716,9 @@
 !
 
 writeCurrentBinaryPathIntoRegistry
+    "used to check if the binary of the running instance and the attaching is the same,
+     if not do not attach to other version or even other installation"
+
     |applicationEntry currentBinaryPathKeyInRegistry currentIDEntry|
 
     applicationEntry := self applicationRegistryEntry.
@@ -741,6 +748,7 @@
     "
 
     "Created: / 11-10-2018 / 10:45:17 / sr"
+    "Modified (comment): / 11-10-2018 / 16:29:05 / sr"
 !
 
 writeCurrentIDIntoRegistry: currentID