[squeak-dev] The Inbox: Network-dtl.125.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 5 23:16:39 UTC 2012


A new version of Network was added to project The Inbox:
http://source.squeak.org/inbox/Network-dtl.125.mcz

==================== Summary ====================

Name: Network-dtl.125
Author: dtl
Time: 5 June 2012, 7:16:12.186 pm
UUID: f4e48ec0-15ea-4970-ad81-a6ac01e1699e
Ancestors: Network-bf.124

Move ByteArray>>asSocketAddress to Network package

=============== Diff against Network-bf.124 ===============

Item was added:
+ ----- Method: ByteArray>>asSocketAddress (in category '*Network-converting') -----
+ asSocketAddress
+ 	^SocketAddress fromOldByteAddress: self!



More information about the Squeak-dev mailing list