mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-20 15:44:53 +00:00
Refactored GCSFolder: -writeContent and fixed sogo-tool restore
This commit is contained in:
@@ -118,13 +118,10 @@
|
||||
|
||||
- (NSException *) writeContent: (NSString *) _content
|
||||
fromComponent: (id) theComponent
|
||||
container: (id) theContainer
|
||||
toName: (NSString *) _name
|
||||
baseVersion: (unsigned int *) _baseVersion;
|
||||
|
||||
- (NSException *) writeContent: (NSString *) _content
|
||||
fromComponent: (id) theComponent
|
||||
toName: (NSString *) _name;
|
||||
|
||||
- (NSException *) deleteContentWithName: (NSString *) _name;
|
||||
- (NSException *) deleteAllContent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user