aboutsummaryrefslogtreecommitdiffstats
path: root/Messages.st
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-23 20:17:37 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-23 20:17:37 +0100
commit51574359cba1b9fb198ae52d22531b1f64d52de5 (patch)
treef525bce4127270de8cd86787ced9b318a32b026b /Messages.st
parente6767d479a56ecfaa0daadd4727c88efb8cfab6e (diff)
IE: Go through the subclasses to decode everything
Diffstat (limited to 'Messages.st')
-rw-r--r--Messages.st3
1 files changed, 0 insertions, 3 deletions
diff --git a/Messages.st b/Messages.st
index 4d4f194..87ffa8c 100644
--- a/Messages.st
+++ b/Messages.st
@@ -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 [