1
0
Fork 0

osmo: Move the OsmoAppConnection into the same category as OsmoUDPSocket

These two classes will start to share a base class for the close and
open and creating the processes in the future.
This commit is contained in:
Holger Hans Peter Freyther 2013-03-27 07:46:37 +01:00
parent b33d07309a
commit 3ae32dfb73
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
Object subclass: OsmoAppConnection [
| socket writeQueue demuxer muxer dispatcher ctrlBlock |
<category: 'OsmoNetwork-Control'>
<category: 'OsmoNetwork-Socket'>
<comment: 'I connect to a OpenBSC App on the Control Port and wait for
TRAPS coming from the server and will act on these.'>