smalltalk
/
osmo-st-gsm
Archived
1
0
Fork 0

GSM48: Make the GSM48Message return the real type of the message

This commit is contained in:
Holger Hans Peter Freyther 2010-12-18 16:49:38 +01:00
parent 28a676acfa
commit 6fd7bf2775
1 changed files with 4 additions and 0 deletions

View File

@ -880,6 +880,10 @@ IEMessage subclass: GSM48MSG [
"by default treat it like a spare"
^ 0
]
type [
^ self class messageType
]
]
GSM48MSG subclass: GSM48MMMessage [