1
0
Fork 0

ipa: Add categories to methods of the IPA Proto Handler

This commit is contained in:
Holger Hans Peter Freyther 2012-02-20 10:37:14 +01:00
parent fc5778fa3c
commit b6abb13625
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"
(C) 2010 by Holger Hans Peter Freyther
(C) 2010-2012 by Holger Hans Peter Freyther
All Rights Reserved
This program is free software: you can redistribute it and/or modify
@ -34,10 +34,12 @@ Object subclass: IPAProtoHandler [
]
registerOn: aDispatcher [
<category: 'initialize'>
aDispatcher addHandler: IPAConstants protocolIPA on: self with: #handleMsg:.
]
muxer: aMuxer [
<category: 'initialize'>
muxer := aMuxer.
]