Changeset 9 for trunk/lib/File.cc
- Timestamp:
- Dec 30, 2005, 9:24:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r7 r9 13 13 namespace svnstat{ 14 14 15 File::File(const std::string& path, Node* mother)16 : Node(path,mother), binary_(false)17 {18 }19 20 15 bool File::blame() const 21 16 {
Note: See TracChangeset
for help on using the changeset viewer.