Differences From Artifact [03ae6633df]:
- File src/exceptions/OFChangeFileModeFailedException.h — part of check-in [ce70e17b38] at 2012-01-05 00:56:18 on branch trunk — Update copyright. (user: js, size: 1808) [annotate] [blame] [check-ins using]
To Artifact [9d077df600]:
- File src/exceptions/OFChangeFileModeFailedException.h — part of check-in [c1b35e1495] at 2012-02-01 13:42:53 on branch trunk — Clean up the properties mess. (user: js, size: 1805) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | { OFString *path; mode_t mode; int errNo; } #ifdef OF_HAVE_PROPERTIES |
︙ |