Changeset 50 for trunk/bin/rmdirhier.h
- Timestamp:
- Jan 15, 2006, 1:33:37 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/rmdirhier.h
r49 r50 25 25 { DirectoryDeleteError(const std::string& s) : DirectoryError(s) {} }; 26 26 27 void rmdirhier( std::string& path);27 void rmdirhier(const std::string& path); 28 28 29 29 }} // of namespace svnstat and namespace theplu
Note: See TracChangeset
for help on using the changeset viewer.