aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap
diff options
context:
space:
mode:
Diffstat (limited to 'src/async/imap')
-rwxr-xr-xsrc/async/imap/MCAsyncIMAP.h4
-rw-r--r--src/async/imap/MCIMAPAppendMessageOperation.h4
-rwxr-xr-xsrc/async/imap/MCIMAPAsyncConnection.h4
-rwxr-xr-xsrc/async/imap/MCIMAPAsyncSession.h4
-rw-r--r--src/async/imap/MCIMAPCapabilityOperation.h4
-rw-r--r--src/async/imap/MCIMAPCheckAccountOperation.h4
-rw-r--r--src/async/imap/MCIMAPConnectOperation.h5
-rw-r--r--src/async/imap/MCIMAPCopyMessagesOperation.h4
-rw-r--r--src/async/imap/MCIMAPCreateFolderOperation.h5
-rw-r--r--src/async/imap/MCIMAPDeleteFolderOperation.h5
-rw-r--r--src/async/imap/MCIMAPDisconnectOperation.h5
-rw-r--r--src/async/imap/MCIMAPExpungeOperation.h4
-rw-r--r--src/async/imap/MCIMAPFetchContentOperation.h4
-rw-r--r--src/async/imap/MCIMAPFetchFoldersOperation.h4
-rw-r--r--src/async/imap/MCIMAPFetchMessagesOperation.h4
-rw-r--r--src/async/imap/MCIMAPFetchNamespaceOperation.h4
-rw-r--r--src/async/imap/MCIMAPFolderInfoOperation.h4
-rw-r--r--src/async/imap/MCIMAPFolderStatusOperation.h4
-rw-r--r--src/async/imap/MCIMAPIdentityOperation.h4
-rw-r--r--src/async/imap/MCIMAPIdleOperation.h4
-rw-r--r--src/async/imap/MCIMAPMessageRenderingOperation.h4
-rw-r--r--src/async/imap/MCIMAPMultiDisconnectOperation.h4
-rw-r--r--src/async/imap/MCIMAPNoopOperation.h4
-rw-r--r--src/async/imap/MCIMAPOperation.h4
-rw-r--r--src/async/imap/MCIMAPOperationCallback.h4
-rw-r--r--src/async/imap/MCIMAPQuotaOperation.h4
-rw-r--r--src/async/imap/MCIMAPRenameFolderOperation.h4
-rw-r--r--src/async/imap/MCIMAPSearchOperation.h4
-rw-r--r--src/async/imap/MCIMAPStoreFlagsOperation.h4
-rw-r--r--src/async/imap/MCIMAPStoreLabelsOperation.h4
-rw-r--r--src/async/imap/MCIMAPSubscribeFolderOperation.h4
31 files changed, 66 insertions, 62 deletions
diff --git a/src/async/imap/MCAsyncIMAP.h b/src/async/imap/MCAsyncIMAP.h
index b1184fe7..da032c73 100755
--- a/src/async/imap/MCAsyncIMAP.h
+++ b/src/async/imap/MCAsyncIMAP.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCASYNCIMAP_H_
+#ifndef MAILCORE_MCASYNCIMAP_H
-#define __MAILCORE_MCASYNCIMAP_H_
+#define MAILCORE_MCASYNCIMAP_H
#include <MailCore/MCIMAPAsyncSession.h>
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPAppendMessageOperation.h b/src/async/imap/MCIMAPAppendMessageOperation.h
index de6960de..bca461d7 100644
--- a/src/async/imap/MCIMAPAppendMessageOperation.h
+++ b/src/async/imap/MCIMAPAppendMessageOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPAPPENDMESSAGEOPERATION_H_
+#ifndef MAILCORE_MCIMAPAPPENDMESSAGEOPERATION_H
-#define __MAILCORE_MCIMAPAPPENDMESSAGEOPERATION_H_
+#define MAILCORE_MCIMAPAPPENDMESSAGEOPERATION_H
#include <MailCore/MCIMAPOperation.h>
#include <MailCore/MCMessageConstants.h>
diff --git a/src/async/imap/MCIMAPAsyncConnection.h b/src/async/imap/MCIMAPAsyncConnection.h
index 0a117bea..28bac80c 100755
--- a/src/async/imap/MCIMAPAsyncConnection.h
+++ b/src/async/imap/MCIMAPAsyncConnection.h
@@ -1,6 +1,6 @@
-#ifndef __MAILCORE_MCIMAPASYNCCONNECTION_H
+#ifndef MAILCORE_MCIMAPASYNCCONNECTION_H
-#define __MAILCORE_MCIMAPASYNCCONNECTION_H
+#define MAILCORE_MCIMAPASYNCCONNECTION_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCMessageConstants.h>
diff --git a/src/async/imap/MCIMAPAsyncSession.h b/src/async/imap/MCIMAPAsyncSession.h
index 0d172bb6..ddd672e0 100755
--- a/src/async/imap/MCIMAPAsyncSession.h
+++ b/src/async/imap/MCIMAPAsyncSession.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPACCOUNT_H_
+#ifndef MAILCORE_MCIMAPACCOUNT_H
-#define __MAILCORE_MCIMAPACCOUNT_H_
+#define MAILCORE_MCIMAPACCOUNT_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCMessageConstants.h>
diff --git a/src/async/imap/MCIMAPCapabilityOperation.h b/src/async/imap/MCIMAPCapabilityOperation.h
index 7e1e7386..b205bd89 100644
--- a/src/async/imap/MCIMAPCapabilityOperation.h
+++ b/src/async/imap/MCIMAPCapabilityOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPCAPABILITYOPERATION_H_
+#ifndef MAILCORE_MCIMAPCAPABILITYOPERATION_H
-#define __MAILCORE_MCIMAPCAPABILITYOPERATION_H_
+#define MAILCORE_MCIMAPCAPABILITYOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPCheckAccountOperation.h b/src/async/imap/MCIMAPCheckAccountOperation.h
index a1525500..7f7dafcb 100644
--- a/src/async/imap/MCIMAPCheckAccountOperation.h
+++ b/src/async/imap/MCIMAPCheckAccountOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPCHECKACCOUNTOPERATION_H_
+#ifndef MAILCORE_MCIMAPCHECKACCOUNTOPERATION_H
-#define __MAILCORE_MCIMAPCHECKACCOUNTOPERATION_H_
+#define MAILCORE_MCIMAPCHECKACCOUNTOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPConnectOperation.h b/src/async/imap/MCIMAPConnectOperation.h
index e2ecebb0..f48247e2 100644
--- a/src/async/imap/MCIMAPConnectOperation.h
+++ b/src/async/imap/MCIMAPConnectOperation.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPCONNECTOPERATION_H_
-#define __MAILCORE_MCIMAPCONNECTOPERATION_H_
+#ifndef MAILCORE_MCIMAPCONNECTOPERATION_H
+
+#define MAILCORE_MCIMAPCONNECTOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPCopyMessagesOperation.h b/src/async/imap/MCIMAPCopyMessagesOperation.h
index 5d573630..a4b5d546 100644
--- a/src/async/imap/MCIMAPCopyMessagesOperation.h
+++ b/src/async/imap/MCIMAPCopyMessagesOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPCOPYMESSAGESOPERATION_H_
+#ifndef MAILCORE_MCIMAPCOPYMESSAGESOPERATION_H
-#define __MAILCORE_MCIMAPCOPYMESSAGESOPERATION_H_
+#define MAILCORE_MCIMAPCOPYMESSAGESOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPCreateFolderOperation.h b/src/async/imap/MCIMAPCreateFolderOperation.h
index 2116df08..52c8b1e7 100644
--- a/src/async/imap/MCIMAPCreateFolderOperation.h
+++ b/src/async/imap/MCIMAPCreateFolderOperation.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPCREATEFOLDEROPERATION_H_
-#define __MAILCORE_MCIMAPCREATEFOLDEROPERATION_H_
+#ifndef MAILCORE_MCIMAPCREATEFOLDEROPERATION_H
+
+#define MAILCORE_MCIMAPCREATEFOLDEROPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPDeleteFolderOperation.h b/src/async/imap/MCIMAPDeleteFolderOperation.h
index 3d350eb0..57fee2eb 100644
--- a/src/async/imap/MCIMAPDeleteFolderOperation.h
+++ b/src/async/imap/MCIMAPDeleteFolderOperation.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPDELETEFOLDEROPERATION_H_
-#define __MAILCORE_MCIMAPDELETEFOLDEROPERATION_H_
+#ifndef MAILCORE_MCIMAPDELETEFOLDEROPERATION_H
+
+#define MAILCORE_MCIMAPDELETEFOLDEROPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPDisconnectOperation.h b/src/async/imap/MCIMAPDisconnectOperation.h
index 2bd00c5e..e48c79bf 100644
--- a/src/async/imap/MCIMAPDisconnectOperation.h
+++ b/src/async/imap/MCIMAPDisconnectOperation.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPDISCONNECTOPERATION_H_
-#define __MAILCORE_MCIMAPDISCONNECTOPERATION_H_
+#ifndef MAILCORE_MCIMAPDISCONNECTOPERATION_H
+
+#define MAILCORE_MCIMAPDISCONNECTOPERATION_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCAbstract.h>
diff --git a/src/async/imap/MCIMAPExpungeOperation.h b/src/async/imap/MCIMAPExpungeOperation.h
index 7e9df62e..505b6c10 100644
--- a/src/async/imap/MCIMAPExpungeOperation.h
+++ b/src/async/imap/MCIMAPExpungeOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPEXPUNGEOPERATION_H_
+#ifndef MAILCORE_MCIMAPEXPUNGEOPERATION_H
-#define __MAILCORE_MCIMAPEXPUNGEOPERATION_H_
+#define MAILCORE_MCIMAPEXPUNGEOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPFetchContentOperation.h b/src/async/imap/MCIMAPFetchContentOperation.h
index 0e3718d4..3d4dd17d 100644
--- a/src/async/imap/MCIMAPFetchContentOperation.h
+++ b/src/async/imap/MCIMAPFetchContentOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_IMAPFETCHCONTENTOPERATION_H_
+#ifndef MAILCORE_IMAPFETCHCONTENTOPERATION_H
-#define __MAILCORE_IMAPFETCHCONTENTOPERATION_H_
+#define MAILCORE_IMAPFETCHCONTENTOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPFetchFoldersOperation.h b/src/async/imap/MCIMAPFetchFoldersOperation.h
index 2d9ff700..83351543 100644
--- a/src/async/imap/MCIMAPFetchFoldersOperation.h
+++ b/src/async/imap/MCIMAPFetchFoldersOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPFETCHFOLDERSOPERATION_H_
+#ifndef MAILCORE_MCIMAPFETCHFOLDERSOPERATION_H
-#define __MAILCORE_MCIMAPFETCHFOLDERSOPERATION_H_
+#define MAILCORE_MCIMAPFETCHFOLDERSOPERATION_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPFetchMessagesOperation.h b/src/async/imap/MCIMAPFetchMessagesOperation.h
index ec9aa0c4..3183508b 100644
--- a/src/async/imap/MCIMAPFetchMessagesOperation.h
+++ b/src/async/imap/MCIMAPFetchMessagesOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPFETCHMESSAGESOPERATION_H_
+#ifndef MAILCORE_MCIMAPFETCHMESSAGESOPERATION_H
-#define __MAILCORE_MCIMAPFETCHMESSAGESOPERATION_H_
+#define MAILCORE_MCIMAPFETCHMESSAGESOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPFetchNamespaceOperation.h b/src/async/imap/MCIMAPFetchNamespaceOperation.h
index 1138e62f..ae85d9d2 100644
--- a/src/async/imap/MCIMAPFetchNamespaceOperation.h
+++ b/src/async/imap/MCIMAPFetchNamespaceOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPFETCHNAMESPACEOPERATION_H_
+#ifndef MAILCORE_MCIMAPFETCHNAMESPACEOPERATION_H
-#define __MAILCORE_MCIMAPFETCHNAMESPACEOPERATION_H_
+#define MAILCORE_MCIMAPFETCHNAMESPACEOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPFolderInfoOperation.h b/src/async/imap/MCIMAPFolderInfoOperation.h
index cf733b32..9b0027a4 100644
--- a/src/async/imap/MCIMAPFolderInfoOperation.h
+++ b/src/async/imap/MCIMAPFolderInfoOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPFOLDERINFOOPERATION_H_
+#ifndef MAILCORE_MCIMAPFOLDERINFOOPERATION_H
-#define __MAILCORE_MCIMAPFOLDERINFOOPERATION_H_
+#define MAILCORE_MCIMAPFOLDERINFOOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPFolderStatusOperation.h b/src/async/imap/MCIMAPFolderStatusOperation.h
index d8c30fea..c1d70249 100644
--- a/src/async/imap/MCIMAPFolderStatusOperation.h
+++ b/src/async/imap/MCIMAPFolderStatusOperation.h
@@ -7,9 +7,9 @@
//
-#ifndef __MAILCORE_MCIMAPFOLDERSTATUSOPERATION_H_
+#ifndef MAILCORE_MCIMAPFOLDERSTATUSOPERATION_H
-#define __MAILCORE_MCIMAPFOLDERSTATUSOPERATION_H_
+#define MAILCORE_MCIMAPFOLDERSTATUSOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPIdentityOperation.h b/src/async/imap/MCIMAPIdentityOperation.h
index 9426e092..6caef88e 100644
--- a/src/async/imap/MCIMAPIdentityOperation.h
+++ b/src/async/imap/MCIMAPIdentityOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPIDENTITYOPERATION_H_
+#ifndef MAILCORE_MCIMAPIDENTITYOPERATION_H
-#define __MAILCORE_MCIMAPIDENTITYOPERATION_H_
+#define MAILCORE_MCIMAPIDENTITYOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPIdleOperation.h b/src/async/imap/MCIMAPIdleOperation.h
index 37e550b5..b91e2681 100644
--- a/src/async/imap/MCIMAPIdleOperation.h
+++ b/src/async/imap/MCIMAPIdleOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPIDLEOPERATION_H_
+#ifndef MAILCORE_MCIMAPIDLEOPERATION_H
-#define __MAILCORE_MCIMAPIDLEOPERATION_H_
+#define MAILCORE_MCIMAPIDLEOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPMessageRenderingOperation.h b/src/async/imap/MCIMAPMessageRenderingOperation.h
index 6c75c373..81e1f262 100644
--- a/src/async/imap/MCIMAPMessageRenderingOperation.h
+++ b/src/async/imap/MCIMAPMessageRenderingOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPMessageRenderingOperation_H_
+#ifndef MAILCORE_MCIMAPMessageRenderingOperation_H
-#define __MAILCORE_MCIMAPMessageRenderingOperation_H_
+#define MAILCORE_MCIMAPMessageRenderingOperation_H
#include <MailCore/MCIMAPOperation.h>
#include <MailCore/MCIMAPMessage.h>
diff --git a/src/async/imap/MCIMAPMultiDisconnectOperation.h b/src/async/imap/MCIMAPMultiDisconnectOperation.h
index d2d132c0..1575efa1 100644
--- a/src/async/imap/MCIMAPMultiDisconnectOperation.h
+++ b/src/async/imap/MCIMAPMultiDisconnectOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPMULTIDISCONNECTOPERATION_H_
+#ifndef MAILCORE_MCIMAPMULTIDISCONNECTOPERATION_H
-#define __MAILCORE_MCIMAPMULTIDISCONNECTOPERATION_H_
+#define MAILCORE_MCIMAPMULTIDISCONNECTOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPNoopOperation.h b/src/async/imap/MCIMAPNoopOperation.h
index 935f977d..8ff3fdaa 100644
--- a/src/async/imap/MCIMAPNoopOperation.h
+++ b/src/async/imap/MCIMAPNoopOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPNOOPOPERATION_H_
+#ifndef MAILCORE_MCIMAPNOOPOPERATION_H
-#define __MAILCORE_MCIMAPNOOPOPERATION_H_
+#define MAILCORE_MCIMAPNOOPOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPOperation.h b/src/async/imap/MCIMAPOperation.h
index 29b0782c..7455fdeb 100644
--- a/src/async/imap/MCIMAPOperation.h
+++ b/src/async/imap/MCIMAPOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPOPERATION_H_
+#ifndef MAILCORE_MCIMAPOPERATION_H
-#define __MAILCORE_MCIMAPOPERATION_H_
+#define MAILCORE_MCIMAPOPERATION_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCIMAPProgressCallback.h>
diff --git a/src/async/imap/MCIMAPOperationCallback.h b/src/async/imap/MCIMAPOperationCallback.h
index 4899e585..cae7ef99 100644
--- a/src/async/imap/MCIMAPOperationCallback.h
+++ b/src/async/imap/MCIMAPOperationCallback.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPOPERATIONCALLBACK_H_
+#ifndef MAILCORE_MCIMAPOPERATIONCALLBACK_H
-#define __MAILCORE_MCIMAPOPERATIONCALLBACK_H_
+#define MAILCORE_MCIMAPOPERATIONCALLBACK_H
#ifdef __cplusplus
diff --git a/src/async/imap/MCIMAPQuotaOperation.h b/src/async/imap/MCIMAPQuotaOperation.h
index 1c8b737a..bff30952 100644
--- a/src/async/imap/MCIMAPQuotaOperation.h
+++ b/src/async/imap/MCIMAPQuotaOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPQuotaOperation_H_
+#ifndef MAILCORE_MCIMAPQuotaOperation_H
-#define __MAILCORE_MCIMAPQuotaOperation_H_
+#define MAILCORE_MCIMAPQuotaOperation_H
#include "MCIMAPOperation.h"
diff --git a/src/async/imap/MCIMAPRenameFolderOperation.h b/src/async/imap/MCIMAPRenameFolderOperation.h
index dff944c4..e8ba6fd5 100644
--- a/src/async/imap/MCIMAPRenameFolderOperation.h
+++ b/src/async/imap/MCIMAPRenameFolderOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPRENAMEFOLDEROPERATION_H_
+#ifndef MAILCORE_MCIMAPRENAMEFOLDEROPERATION_H
-#define __MAILCORE_MCIMAPRENAMEFOLDEROPERATION_H_
+#define MAILCORE_MCIMAPRENAMEFOLDEROPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPSearchOperation.h b/src/async/imap/MCIMAPSearchOperation.h
index 4cacf576..60355ca3 100644
--- a/src/async/imap/MCIMAPSearchOperation.h
+++ b/src/async/imap/MCIMAPSearchOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPSEARCHOPERATION_H_
+#ifndef MAILCORE_MCIMAPSEARCHOPERATION_H
-#define __MAILCORE_MCIMAPSEARCHOPERATION_H_
+#define MAILCORE_MCIMAPSEARCHOPERATION_H
#include <MailCore/MCIMAPOperation.h>
#include <MailCore/MCMessageConstants.h>
diff --git a/src/async/imap/MCIMAPStoreFlagsOperation.h b/src/async/imap/MCIMAPStoreFlagsOperation.h
index c1b17db5..f6219b30 100644
--- a/src/async/imap/MCIMAPStoreFlagsOperation.h
+++ b/src/async/imap/MCIMAPStoreFlagsOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPSTOREFLAGSOPERATION_H_
+#ifndef MAILCORE_MCIMAPSTOREFLAGSOPERATION_H
-#define __MAILCORE_MCIMAPSTOREFLAGSOPERATION_H_
+#define MAILCORE_MCIMAPSTOREFLAGSOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPStoreLabelsOperation.h b/src/async/imap/MCIMAPStoreLabelsOperation.h
index 77d94cab..822cd83f 100644
--- a/src/async/imap/MCIMAPStoreLabelsOperation.h
+++ b/src/async/imap/MCIMAPStoreLabelsOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPSTORELABELSOPERATION_H_
+#ifndef MAILCORE_MCIMAPSTORELABELSOPERATION_H
-#define __MAILCORE_MCIMAPSTORELABELSOPERATION_H_
+#define MAILCORE_MCIMAPSTORELABELSOPERATION_H
#include <MailCore/MCIMAPOperation.h>
diff --git a/src/async/imap/MCIMAPSubscribeFolderOperation.h b/src/async/imap/MCIMAPSubscribeFolderOperation.h
index 7cd79eab..8af219b6 100644
--- a/src/async/imap/MCIMAPSubscribeFolderOperation.h
+++ b/src/async/imap/MCIMAPSubscribeFolderOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCIMAPSUBSCRIBEFOLDEROPERATION_H_
+#ifndef MAILCORE_MCIMAPSUBSCRIBEFOLDEROPERATION_H
-#define __MAILCORE_MCIMAPSUBSCRIBEFOLDEROPERATION_H_
+#define MAILCORE_MCIMAPSUBSCRIBEFOLDEROPERATION_H
#include <MailCore/MCIMAPOperation.h>