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

    r1236 r1238  
    171171                              const std::string& line_type,
    172172                              const SVNlog&) const;
    173 
    174     /**
    175        creates a map from year to last rev for that year and call
    176        virtual function.
    177      */
    178     void print_copyright(std::map<std::string,Alias>&, bool) const;
    179 
    180     /**
    181        typically called from function above
    182      */
    183     virtual void print_copyright(std::map<std::string,Alias>&, bool,
    184                                  const std::map<int,svn_revnum_t>&) const=0;
    185173
    186174    /**
Note: See TracChangeset for help on using the changeset viewer.