Changeset 100 for trunk/lib/File.h


Ignore:
Timestamp:
Jun 19, 2006, 11:53:16 AM (17 years ago)
Author:
Peter Johansson
Message:

closes #9 and move create function from svnstat.cc to lib/utility and also move rmdirhier to lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/File.h

    r84 r100  
    4141      : Node(path,output), binary_(false), ignore_(false) {}
    4242
     43    ///
     44    /// @return A properly formatted html link to this node.
     45    ///
     46    std::string html_link(void) const;
     47
    4348    ///
    4449    /// Parsing out information from svn repository
Note: See TracChangeset for help on using the changeset viewer.