Changeset 29 for trunk/lib/Node.cc


Ignore:
Timestamp:
Jan 9, 2006, 10:35:50 AM (17 years ago)
Author:
Peter Johansson
Message:

modified output file names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Node.cc

    r23 r29  
    1111namespace theplu{
    1212namespace svnstat{
     13
     14  Node::Node(const std::string& path, const std::string& output)
     15    : path_(path)
     16  {
     17    output_name_ = output + name();
     18  }
     19
    1320
    1421  std::string Node::name(void) const
Note: See TracChangeset for help on using the changeset viewer.