Differences From Artifact [007ef023b5]:
- File src/exceptions/OFChangePermissionsFailedException.h — part of check-in [4175b93242] at 2017-06-03 14:37:19 on branch trunk — OFFileManager: Mask modes to ensure safe modes (user: js, size: 2166) [annotate] [blame] [check-ins using]
To Artifact [4201269912]:
- File src/exceptions/OFChangePermissionsFailedException.h — part of check-in [cc5923d6bb] at 2017-06-04 23:41:38 on branch trunk — Add designated initializer to all exceptions (user: js, size: 2192) [annotate] [blame] [check-ins using]
| ︙ | |||
70 71 72 73 74 75 76 | 70 71 72 73 74 75 76 77 78 79 80 | - + | * @param path The path of the item * @param permissions The new permissions for the item * @param errNo The errno of the error that occurred * @return An initialized change permissions failed exception */ - initWithPath: (OFString *)path permissions: (uint16_t)permissions |