Monotone-Parent: 9471b58db3d1d35edb1f29028618d989019b7fa6

Monotone-Revision: ee1bf6730d133028cc507c71b8b7c02a85158b92

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-01T20:59:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-01 20:59:47 +00:00
parent c9fa0c296c
commit 9b19492cc4
3 changed files with 95 additions and 50 deletions
+2
View File
@@ -33,6 +33,7 @@
{
NSString *ocsPath;
NSString *content;
BOOL isNew;
}
/* accessors */
@@ -47,6 +48,7 @@
/* content */
- (BOOL) isNew;
- (NSString *) contentAsString;
- (NSException *) saveContentString: (NSString *) _str
baseVersion: (unsigned int) _baseVersion;