Changeset 9 for trunk/lib/File.cc


Ignore:
Timestamp:
Dec 30, 2005, 9:24:00 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Started work with reading file structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/File.cc

    r7 r9  
    1313namespace svnstat{
    1414
    15   File::File(const std::string& path, Node* mother)
    16     : Node(path,mother), binary_(false)
    17   {
    18   }
    19  
    2015  bool File::blame() const
    2116  {
Note: See TracChangeset for help on using the changeset viewer.