Changeset 1238 for trunk/lib/Directory.cc
- Timestamp:
- Oct 24, 2010, 12:05:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r1236 r1238 272 272 273 273 274 void Directory::print_copyright(std::map<std::string, Alias>& alias,275 bool verbose,276 const std::map<int,svn_revnum_t>& y2r) const277 {278 if (!ignore() && !svncopyright_ignore()) {279 // print daughter nodes, i.e, this function is recursive280 for (NodeConstIterator i = daughters_.begin(); i!=daughters_.end(); ++i)281 (*i)->print_copyright(alias, verbose, y2r);282 }283 }284 285 286 274 void Directory::traverse(NodeVisitor& visitor) 287 275 {
Note: See TracChangeset
for help on using the changeset viewer.