1
0
Fork 0

msg: Make it possible to reset the type

This commit is contained in:
Holger Hans Peter Freyther 2011-03-04 08:31:18 +01:00
parent ab47276768
commit 8e1d197189
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@ Object subclass: MSGStructure [
instVarNamed: #type put: aType; yourself
]
type: aType [
<category: 'private'>
type := aType.
]
type [
<category: 'The type of this message'>
^ type