*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 14 May 2003 19:58:40 +0200
changeset 1724 b5bec24eeaaf
parent 1723 30d20151ed81
child 1725 2de97eb77984
*** empty log message ***
SnapShotImageMemory.st
--- a/SnapShotImageMemory.st	Wed May 14 13:09:04 2003 +0200
+++ b/SnapShotImageMemory.st	Wed May 14 19:58:40 2003 +0200
@@ -3993,6 +3993,11 @@
     ^ owner
 !
 
+owningClassOrYourself
+    self owningClass notNil ifTrue:[^ self topOwningClass].
+    ^ self
+!
+
 supportsMethodCategories
     ^ true
 !