Changeset 116 for trunk/bin/Parameter.h
- Timestamp:
- Jun 30, 2006, 2:04:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.h
r98 r116 36 36 inline bool force(void) const { return force_; } 37 37 inline bool revisions(void) const { return revisions_; } 38 /// @return absolute path to root directory 38 39 inline const std::string& root(void) const { return root_; } 40 /// @return absolute path to target directory 39 41 inline const std::string& targetdir(void) const { return targetdir_; } 40 42 inline bool verbose(void) const { return verbose_; }
Note: See TracChangeset
for help on using the changeset viewer.