Refactored GCSFolder: -writeContent and fixed sogo-tool restore

This commit is contained in:
Ludovic Marcotte
2014-08-01 09:40:45 -04:00
parent f43341c100
commit cde1db9324
5 changed files with 39 additions and 22 deletions
+1 -4
View File
@@ -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;