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

IE: Go through the subclasses to decode everything

This commit is contained in:
Holger Hans Peter Freyther 2010-11-23 20:17:37 +01:00
parent e6767d479a
commit 51574359cb
1 changed files with 0 additions and 3 deletions

View File

@ -45,8 +45,6 @@ Object subclass: IEMessage [
"TODO: This needs to move some basic dispatch class"
"Find the IE that handles the type specified"
^ DataIE initWith: data.
"
IEBase allSubclassesDo: [:each |
each elementId = type
ifTrue: [
@ -55,7 +53,6 @@ Object subclass: IEMessage [
].
^ Exception signal: 'Unsupported IE type: ', type.
"
]
IEMessage class >> decode: aByteArray with: IEBase [