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

pharo: Convert the datagram too

This commit is contained in:
Holger Hans Peter Freyther 2015-07-24 18:07:56 +02:00
parent e6f5e3afde
commit 7e9c00525e
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ CONVERT_RULES = -r'Osmo.LogManager->LogManager' \
-r'``@object nl->``@object lf' \
-r'RecursionLock->Mutex' \
-r'SystemExceptions.EndOfStream->Exception' \
-r'Sockets.Datagram->OsmoUDPDatagram' \
-r'Sockets.DatagramSocket new->Socket newUDP' \
-r'(``@obj startsWith: ``@arg2 )->(``@obj beginsWith: ``@arg2)' \