[squeak-dev] The Trunk: Protocols-dtl.24.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Feb 28 15:19:12 UTC 2010


David T. Lewis uploaded a new version of Protocols to project The Trunk:
http://source.squeak.org/trunk/Protocols-dtl.24.mcz

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

Name: Protocols-dtl.24
Author: dtl
Time: 28 February 2010, 10:18:08.098 am
UUID: a013f452-7c87-4516-b50e-7923c9cc96a2
Ancestors: Protocols-dtl.23

Move Project>>currentVocabulary methods to other packages to resolve MVC reloadability issue.

=============== Diff against Protocols-dtl.23 ===============

Item was removed:
- ----- Method: Project>>currentVocabulary (in category '*Protocols') -----
- currentVocabulary
- 	"Answer the currently-prevailing default vocabulary."
- 
- 	self subclassResponsibility!

Item was removed:
- ----- Method: MorphicProject>>currentVocabulary (in category '*Protocols') -----
- currentVocabulary
- 	"Answer the currently-prevailing default vocabulary."
- 
- 	^ ActiveWorld currentVocabulary
- !

Item was removed:
- ----- Method: MVCProject>>currentVocabulary (in category '*Protocols') -----
- currentVocabulary
- 	"Answer the currently-prevailing default vocabulary."
- 
- 	^ Vocabulary fullVocabulary!




More information about the Squeak-dev mailing list