The Trunk: System-cmm.334.mcz

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

The Trunk: System-cmm.334.mcz

commits-2
Chris Muller uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-cmm.334.mcz

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

Name: System-cmm.334
Author: cmm
Time: 8 June 2010, 6:30:29.872 pm
UUID: d9919bed-0635-4e54-bcc5-928717529c62
Ancestors: System-dtl.333

- Provide access to RealEstateAgent "StandardSize" class-variable so it can be easily overridden via script.

=============== Diff against System-dtl.333 ===============

Item was added:
+ ----- Method: RealEstateAgent class>>standardSize: (in category 'accessing') -----
+ standardSize: extent
+ ^ StandardSize := extent!

Item was added:
+ ----- Method: RealEstateAgent class>>standardSize (in category 'accessing') -----
+ standardSize
+ ^ StandardSize!