Differences From Artifact [e1b28ce91b]:
- File src/OFIRIHandler.m — part of check-in [8939cbdb52] at 2023-01-06 09:04:02 on branch trunk — Update copyright (user: js, size: 4377) [annotate] [blame] [check-ins using]
To Artifact [1620a3cb28]:
- File src/OFIRIHandler.m — part of check-in [565d2b3763] at 2023-01-22 21:48:40 on branch trunk — Support for reading extended attributes on Linux (user: js, size: 4476) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
209 210 211 212 213 214 215 216 |
return false;
}
- (bool)moveItemAtIRI: (OFIRI *)source toIRI: (OFIRI *)destination
{
return false;
}
@end
| > > > > > | 209 210 211 212 213 214 215 216 217 218 219 220 221 |
return false;
}
- (bool)moveItemAtIRI: (OFIRI *)source toIRI: (OFIRI *)destination
{
return false;
}
- (OFData *)extendedAttributeForName: (OFString *)name ofItemAtIRI: (OFIRI *)IRI
{
return nil;
}
@end
|