]> git.tdb.fi Git - libs/datafile.git/commit
Redesign automatic object loading
authorMikko Rasa <tdb@tdb.fi>
Thu, 15 Nov 2012 19:04:09 +0000 (21:04 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 15 Nov 2012 19:04:09 +0000 (21:04 +0200)
commitb1bc25649c1f22abf940a807d934f1e9bb780c28
tree213a7e9aa7f8922d689a319ef25d3a246af3528b
parent6e0e2c78766de3ae57449866b74e111a2af893cf
Redesign automatic object loading

Replace the Collection subclasses with a new concept of CollectionSources.
This permits more than one way of loading objects.
source/collection.cpp
source/collection.h
source/collectionsource.h [new file with mode: 0644]
source/directorycollection.cpp [deleted file]
source/directorycollection.h [deleted file]
source/directorysource.cpp [new file with mode: 0644]
source/directorysource.h [new file with mode: 0644]
source/packcollection.cpp [deleted file]
source/packcollection.h [deleted file]
source/packsource.cpp [new file with mode: 0644]
source/packsource.h [new file with mode: 0644]