Changeset 258 for trunk/lib/File.h
- Timestamp:
- Apr 30, 2007, 2:08:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.h
r234 r258 87 87 File(const File&); 88 88 89 void print_core(bool verbose=false) const; 90 89 91 /// 90 92 /// print page for specific user (or all) and specific line_style 91 93 /// (or total). 92 94 /// 93 void print(const std::string& user, const std::string& line_type) const; 95 void print_core(const std::string& user, const std::string& line_type, 96 const SVNlog&) const; 94 97 95 98 };
Note: See TracChangeset
for help on using the changeset viewer.