Changeset 294 for trunk/lib/Trac.h
- Timestamp:
- May 8, 2007, 7:47:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Trac.h
r293 r294 62 62 const std::string::const_iterator& last); 63 63 64 bool diff(std::string::const_iterator& first, 65 const std::string::const_iterator& last); 66 67 bool diff1(std::string::const_iterator& first, 68 const std::string::const_iterator& last); 69 70 bool diff2(std::string::const_iterator& first, 71 const std::string::const_iterator& last); 72 73 bool diff3(std::string::const_iterator& first, 74 const std::string::const_iterator& last); 75 64 76 bool comment(std::string::const_iterator& first, 65 77 const std::string::const_iterator& last);
Note: See TracChangeset
for help on using the changeset viewer.