The Trunk: Network-fbs.139.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-fbs.139.mcz

commits-2
Frank Shearar uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-fbs.139.mcz

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

Name: Network-fbs.139
Author: fbs
Time: 8 February 2013, 1:03:04.288 pm
UUID: f882e453-571e-4f95-a81c-2658acc1ee90
Ancestors: Network-dtl.138

Move FTPConnectionException to Network-Protocols.

=============== Diff against Network-dtl.138 ===============

Item was added:
+ Error subclass: #FTPConnectionException
+ instanceVariableNames: ''
+ classVariableNames: ''
+ poolDictionaries: ''
+ category: 'Network-Protocols'!

Item was added:
+ ----- Method: FTPConnectionException>>defaultAction (in category 'as yet unclassified') -----
+ defaultAction
+
+ self resume!

Item was added:
+ ----- Method: FTPConnectionException>>isResumable (in category 'as yet unclassified') -----
+ isResumable
+
+ ^true!