[squeak-dev] The Trunk: Network-fbs.139.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Feb 8 13:03:45 UTC 2013


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!



More information about the Squeak-dev mailing list