Author: ericwa
Date: Tue Jul 30 21:14:18 2013
New Revision: 8767

URL: http://svn.gna.org/viewcvs/etoile?rev=8767&view=rev
Log:
COItemGraph protocol: eliminate -addItem: method which allowed incremental 
changes which might have left the item graph in an inconsistent state 
temporarily. Replace it with -insertOrUpdateItems: method that does a batch of 
changes, which should leave the item graph in a consistent state

Modified:
    trunk/Etoile/Frameworks/CoreObject/Core/COCopier.m
    trunk/Etoile/Frameworks/CoreObject/Core/COObjectGraphContext.h
    trunk/Etoile/Frameworks/CoreObject/Core/COObjectGraphContext.m
    trunk/Etoile/Frameworks/CoreObject/StorageDataModel/COItemGraph.h
    trunk/Etoile/Frameworks/CoreObject/StorageDataModel/COItemGraph.m
    trunk/Etoile/Frameworks/CoreObject/Tests/TestCrossPersistentRootReferences.m
    trunk/Etoile/Frameworks/CoreObject/Tracks/COBranch.m


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to