diff --git a/source/Magritte-Model/MATPropertyOwner.trait.st b/source/Magritte-Model/MATPropertyOwner.trait.st index 1929f0d4..cab408f2 100644 --- a/source/Magritte-Model/MATPropertyOwner.trait.st +++ b/source/Magritte-Model/MATPropertyOwner.trait.st @@ -209,6 +209,14 @@ MATPropertyOwner >> uuid [ "It is a stretch to place this in MATPropertyOwner, but it's only two methods, so in the interest of simplicity we'll put it here until someone complains. We had extracted this to ObjectiveLepiter, the only user. However, due to limitations in Pharo packaging, namely lack of extension traits, users become unusable unless in GT, where OL works. For now, it seems prudent to live with the two methods in question to make life easier" ] +{ #category : #uuid } +MATPropertyOwner >> uuid: aUUID [ + + self + propertyAt: #uuid + put: aUUID +] + { #category : #subscriptions } MATPropertyOwner >> whenPropertyChangedSend: aSelector to: aReceiver [ | anAnnouncer |