E&S CVS Commit: TransWarp - SEF.DynamicBinding is now SEF.AutoCreated, and all AutoCreatable

pje at eby-sarna.com pje at eby-sarna.com
Tue Apr 2 16:39:00 EST 2002


Module Name:	TransWarp
Committed By:	pje
Date:		Tue Apr  2 21:38:41 UTC 2002

Modified Files:
	TransWarp: CHANGES.txt
	TransWarp/src/TW/Database: DataModel.py
	TransWarp/src/TW/SEF: Basic.py FeatureObjects.py

Log Message:
SEF.DynamicBinding is now SEF.AutoCreated, and all AutoCreatable
classes like SEF.App and SEF.Service must now have an '__init__' method
that accepts their SEF parent component.  This lets such objects have
access to the SEF hierarchy during initialization.  (Note that this
means any '__init__' methods of such classes must be revised to take
this into consideration.  See TW.Database.DataModel.Database for an
example of such a revision.)

Also, I dropped the unused SEF.StaticBinding class.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/TransWarp/CHANGES.txt.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/TransWarp/src/TW/Database/DataModel.py.diff?r1=1.24&r2=1.25
http://cvs.eby-sarna.com/TransWarp/src/TW/SEF/Basic.py.diff?r1=1.19&r2=1.20
http://cvs.eby-sarna.com/TransWarp/src/TW/SEF/FeatureObjects.py.diff?r1=1.3&r2=1.4

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 TransWarp/CHANGES.txt
cvs rdiff -r1.24 -r1.25 TransWarp/src/TW/Database/DataModel.py
cvs rdiff -r1.19 -r1.20 TransWarp/src/TW/SEF/Basic.py
cvs rdiff -r1.3 -r1.4 TransWarp/src/TW/SEF/FeatureObjects.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list