Changeset 198 for trunk/lib/Directory.cc
- Timestamp:
- Sep 9, 2006, 12:04:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r185 r198 179 179 } 180 180 181 182 void Directory::print_copyright(const std::vector<std::string>& dates) const 183 { 184 if (!ignore()){ 185 // print daughter nodes, i.e, this function is recursive 186 for (NodeConstIterator i = daughters_.begin(); i!=daughters_.end(); ++i) 187 (*i)->print_copyright(dates); 188 } 189 } 190 181 191 }} // end of namespace svndigest and namespace theplu
Note: See TracChangeset
for help on using the changeset viewer.