ViewVC Help
| View Changeset | Root Listing
root/owl
Jump to revision: Previous Next
Author: duarte
Date: Mon Apr 24 12:41:27 2006 UTC (18 years, 6 months ago)
Log Message:
MAJOR change.
Split DataDistribution into 2 classes: DataDistributer and DataDistribution.
I haven't actually changed or added functionality
DataDistributer deals with the distribution of the data, while DataDistribution deals with things to do when data is already distributed, right now is only a few data checks
Note that DataDistributer now has two db fields: srcDb and destDb. This is different to before, when destDb was rather a parameter passed as arguments to the methods
Methods in DataDistributer have been tidied up a little (specially load and dump ones)

Changed paths