E&S CVS Commit: pylib - Name changes:
pje at eby-sarna.com
pje at eby-sarna.com
Sun Jul 15 15:53:01 EDT 2001
Module Name: pylib
Committed By: pje
Date: Sun Jul 15 19:52:48 UTC 2001
Modified Files:
pylib/TW: Components.py Interfaces.py
pylib/TW/StructuralModel: Features.py Interfaces.py
pylib/TW/tests: Components.py
Log Message:
Name changes:
Singleton -- Instance
ISingleton -- IComponentInstance
isSingleton -- isComponentInstance
isSingletonClass -- shouldBeInstantiated
Change made because in future, these will *not* be singletons, just objects
which are instantiated when built. And they're not really singletons right
now, anyway...
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/TW/Components.py.diff?r1=1.19&r2=1.20
http://cvs.eby-sarna.com/pylib/TW/Interfaces.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/pylib/TW/StructuralModel/Features.py.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/pylib/TW/StructuralModel/Interfaces.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/pylib/TW/tests/Components.py.diff?r1=1.4&r2=1.5
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pylib/TW/Components.py
cvs rdiff -r1.4 -r1.5 pylib/TW/Interfaces.py
cvs rdiff -r1.15 -r1.16 pylib/TW/StructuralModel/Features.py
cvs rdiff -r1.4 -r1.5 pylib/TW/StructuralModel/Interfaces.py
cvs rdiff -r1.4 -r1.5 pylib/TW/tests/Components.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