Changeset 1238 for trunk/lib/Node.h
- Timestamp:
- Oct 24, 2010, 12:05:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Node.h
r1236 r1238 171 171 const std::string& line_type, 172 172 const SVNlog&) const; 173 174 /**175 creates a map from year to last rev for that year and call176 virtual function.177 */178 void print_copyright(std::map<std::string,Alias>&, bool) const;179 180 /**181 typically called from function above182 */183 virtual void print_copyright(std::map<std::string,Alias>&, bool,184 const std::map<int,svn_revnum_t>&) const=0;185 173 186 174 /**
Note: See TracChangeset
for help on using the changeset viewer.