| 38 | } |
| 39 | |
| 40 | void setFindLockFunction(const FindLockFunction& function) { |
| 41 | findLockFunction = function; |
| 42 | } |
| 43 | |
| 44 | std::string getChildPath(const std::string& basePath, const std::string& childPath) { |
| 45 | // Postfix with "/" when the current path isn't "/" |