The Trunk: Network-dtl.125.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Network-dtl.125.mcz

commits-2
David T. Lewis uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/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!