mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-26 21:40:44 +00:00
Add performSynchronousFileAccessUsingBlock
stub
This commit is contained in:
parent
22e542f69d
commit
6f9958fd46
@ -1492,4 +1492,9 @@ static int untitled_document_number = 0;
|
||||
[self updateChangeCount: NSChangeDone];
|
||||
}
|
||||
|
||||
- (void) performSynchronousFileAccessUsingBlock: (void (^)(void)) block {
|
||||
// FIXME: this is just a stub for now that performs no synchronization
|
||||
block();
|
||||
}
|
||||
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user