Changeset 1236 for trunk/lib/Directory.h


Ignore:
Timestamp:
Oct 23, 2010, 11:30:17 PM (12 years ago)
Author:
Peter Johansson
Message:

Remove parse from Node interface as we now use visitor pattern and only need to rase with File and 'collect_stats()' with Directory. refs 476

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Directory.h

    r1234 r1236  
    9494    std::string output_path(void) const;
    9595
    96     const StatsCollection& parse(bool verbose, bool ignore);
    97 
    9896    using Node::print_copyright;
    9997    /**
Note: See TracChangeset for help on using the changeset viewer.