aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc
diff options
context:
space:
mode:
authorGravatar Luca <luca@aroundmeapp.com>2014-03-12 10:37:22 +0100
committerGravatar Luca <luca@aroundmeapp.com>2014-03-12 10:37:22 +0100
commitd333d7e64c8755e770f28fd52b72d21403695659 (patch)
tree1bd8c54d0136533bdf34f60a8975f57db047d64f /src/objc
parent376852e67afb1e0e43f188c9e07cb18f0bdfd58a (diff)
Fixed Cancel All Operations
Diffstat (limited to 'src/objc')
-rwxr-xr-xsrc/objc/imap/MCOIMAPSession.h2
-rwxr-xr-xsrc/objc/imap/MCOIMAPSession.mm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/objc/imap/MCOIMAPSession.h b/src/objc/imap/MCOIMAPSession.h
index 0a9f147f..09f1c610 100755
--- a/src/objc/imap/MCOIMAPSession.h
+++ b/src/objc/imap/MCOIMAPSession.h
@@ -141,7 +141,7 @@
/**
Cancel all operations
*/
-- (void)cancelAllOperation;
+- (void) cancelAllOperations;
/** @name Folder Operations */
diff --git a/src/objc/imap/MCOIMAPSession.mm b/src/objc/imap/MCOIMAPSession.mm
index d4b1dbfe..dddb27fa 100755
--- a/src/objc/imap/MCOIMAPSession.mm
+++ b/src/objc/imap/MCOIMAPSession.mm
@@ -168,7 +168,7 @@ MCO_OBJC_SYNTHESIZE_SCALAR(dispatch_queue_t, dispatch_queue_t, setDispatchQueue,
return _operationQueueRunningChangeBlock;
}
-- (void)cancelAllOperation
+- (void) cancelAllOperations
{
MCO_NATIVE_INSTANCE->cancelAllOperations();
}