commit | 6b62e53b607630b6c00411741972838ced552f4d | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Mon Jun 28 11:16:50 2010 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Mon Jun 28 11:47:28 2010 -0700 |
tree | 96838a5c62025f0bcae6c69cef81ee2071964b2d | |
parent | f288c27e465a91e80b53c4100c0d9b2f2341a9aa [diff] |
Move PackWriter progress monitors onto the operations Rather than taking the ProgressMonitor objects in our constructor and carrying them around as instance fields, take them as arguments to the actual time consuming operations we need to run. Change-Id: I2b230d07e277de029b1061c807e67de5428cc1c4 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>