Changeset 116 for trunk/bin/Parameter.h


Ignore:
Timestamp:
Jun 30, 2006, 2:04:54 PM (17 years ago)
Author:
Peter Johansson
Message:

fixes #48 #49

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.h

    r98 r116  
    3636    inline bool force(void) const { return force_; }
    3737    inline bool revisions(void) const { return revisions_; }
     38    /// @return absolute path to root directory
    3839    inline const std::string& root(void) const { return root_; }
     40    /// @return absolute path to target directory
    3941    inline const std::string& targetdir(void) const { return targetdir_; }
    4042    inline bool verbose(void) const { return verbose_; }
Note: See TracChangeset for help on using the changeset viewer.