WIP: prototyping new transaction structure

This commit is contained in:
John Estropia
2017-03-24 21:15:51 +09:00
parent 494965de23
commit cb6d5b015b
7 changed files with 212 additions and 51 deletions

View File

@@ -36,6 +36,12 @@ public /*abstract*/ class BaseDataTransaction {
// MARK: Object management
public func cancel() throws -> Never {
throw CoreStoreError.userCancelled
}
/**
Indicates if the transaction has pending changes
*/