Changeset 1236 for trunk/lib/Node.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/Node.h

    r1234 r1236  
    156156     */
    157157    virtual std::string output_path(void) const=0;
    158 
    159     ///
    160     /// @brief parsing file using svn blame.
    161     ///
    162     virtual const StatsCollection& parse(bool verbose,
    163                                          bool ignore_cache)=0;
    164158
    165159    ///
Note: See TracChangeset for help on using the changeset viewer.