mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-12 00:48:00 +00:00
Monotone-Parent: f704cb42b014d4d462c90b6cc3a5f5a5aafd68b5
Monotone-Revision: bae19a28d96a84764714d35713084ac6251803d8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-01-31T18:43:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -68,15 +68,17 @@
|
||||
|
||||
/* raw saving */
|
||||
|
||||
- (NSException *)primarySaveContentString:(NSString *)_iCalString {
|
||||
- (NSException *) primarySaveContentString: (NSString *) _iCalString
|
||||
{
|
||||
return [super saveContentString:_iCalString];
|
||||
}
|
||||
|
||||
- (NSException *)primaryDelete {
|
||||
- (NSException *) primaryDelete
|
||||
{
|
||||
return [super delete];
|
||||
}
|
||||
|
||||
- (NSException *)deleteWithBaseSequence: (int) a
|
||||
- (NSException *) deleteWithBaseSequence: (int) a
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user