Changeset 1238 for trunk/lib/Directory.h


Ignore:
Timestamp:
Oct 24, 2010, 12:05:25 AM (12 years ago)
Author:
Peter Johansson
Message:

remove print_copyright from Node interface since we use traverse to traverse node tree and only need to update copyright on File

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Directory.h

    r1236 r1238  
    9494    std::string output_path(void) const;
    9595
    96     using Node::print_copyright;
    97     /**
    98        virtual function typically called from Node::print_copyright
    99     */
    100     void print_copyright(std::map<std::string, Alias>&, bool verbose,
    101                          const std::map<int, svn_revnum_t>&) const;
    102 
    10396    /**
    10497       Calls visitor.enter(*this). If enter returns true, daughter
Note: See TracChangeset for help on using the changeset viewer.