- Timestamp:
- Oct 14, 2007, 12:10:33 AM (16 years ago)
- Location:
- branches/0.6-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6-stable/bin/svndigest.cc
r430 r486 143 143 if (option->verbose()) 144 144 std::cout << "Parsing directory tree" << std::endl; 145 Stats stats(option->root()); 146 stats+=tree->parse(option->verbose()); 145 Stats stats(tree->parse(option->verbose())); 147 146 148 147 // remove target if needed -
branches/0.6-stable/lib/Stats.h
r430 r486 152 152 typedef Map_::const_iterator MapConstIter_; 153 153 154 /// 155 /// Copy constructor (not implemented) 156 /// 157 Stats(const Stats& other); 154 /// using compiler generated copy 155 //Stats(const Stats& other); 158 156 159 157 ///
Note: See TracChangeset
for help on using the changeset viewer.