Changeset 330 for trunk/lib/Node.cc


Ignore:
Timestamp:
May 18, 2007, 5:16:02 PM (16 years ago)
Author:
Peter Johansson
Message:

Using internal SVNinfo in tree rather than creating a new object.
Also added some docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Node.cc

    r316 r330  
    245245  }
    246246
     247 
     248  std::string Node::url(void) const
     249  {
     250    return svninfo_.url();
     251  }
     252
    247253}} // end of namespace svndigest and namespace theplu
Note: See TracChangeset for help on using the changeset viewer.