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

callagent: Add a closeSocket to the transport code

This commit is contained in:
Holger Hans Peter Freyther 2011-06-14 17:01:32 +02:00
parent c47d0568eb
commit 11420c62b0
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,9 @@ Object subclass: SIPTransport [
yourself
]
closeSocket [
]
initialize [
queue := SharedQueue new.
]
@ -100,6 +103,10 @@ SIPTransport subclass: SIPUdpTransport [
addToBeFinalized.
]
closeSocket [
socket close.
]
start [
"Receive datagrams from the socket..."
rx := [