Changeset 10 for trunk/lib/File.cc


Ignore:
Timestamp:
Dec 30, 2005, 12:57:57 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Reading directory structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/File.cc

    r9 r10  
    6262  }
    6363
     64  void File::print(void) {
     65    // Jari, temporary using this to print directory tree
     66    std::cout << "File '" << path_ << "'" << std::endl;
     67  }
     68
    6469}} // end of namespace svnstat and namespace theplu
Note: See TracChangeset for help on using the changeset viewer.