Changeset 1236
- Timestamp:
- Oct 23, 2010, 11:30:17 PM (13 years ago)
- Location:
- trunk/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r1234 r1236 151 151 } 152 152 153 const StatsCollection& Directory::parse(bool verbose, bool ignore)154 {155 stats_.reset();156 assert(0 && "we are not using this function, are we?");157 /*158 for (NodeIterator i=daughters_.begin(); i!=daughters_.end(); ++i)159 if (!(*i)->ignore())160 stats_ += (*i)->parse(verbose, ignore);161 */162 return stats_;163 }164 165 153 166 154 void Directory::print_core(const bool verbose) const -
trunk/lib/Directory.h
r1234 r1236 94 94 std::string output_path(void) const; 95 95 96 const StatsCollection& parse(bool verbose, bool ignore);97 98 96 using Node::print_copyright; 99 97 /** -
trunk/lib/Node.h
r1234 r1236 156 156 */ 157 157 virtual std::string output_path(void) const=0; 158 159 ///160 /// @brief parsing file using svn blame.161 ///162 virtual const StatsCollection& parse(bool verbose,163 bool ignore_cache)=0;164 158 165 159 ///
Note: See TracChangeset
for help on using the changeset viewer.