aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/pop
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2014-02-22 13:15:27 -0700
committerGravatar CodaFi <devteam.codafi@gmail.com>2014-02-22 13:15:27 -0700
commit3bfa1104dee6dd16ba23ca18062ad8c62d73fa9c (patch)
treeccf6668a454774c7a74d5aa498fbaf672fa8a6e0 /src/async/pop
parentfb06d5133a88f80daed1a7d1bea00f558446f2ae (diff)
Conformant header guards
Fixes #606
Diffstat (limited to 'src/async/pop')
-rw-r--r--src/async/pop/MCAsyncPOP.h4
-rw-r--r--src/async/pop/MCPOPAsyncSession.h4
-rw-r--r--src/async/pop/MCPOPCheckAccountOperation.h5
-rw-r--r--src/async/pop/MCPOPDeleteMessagesOperation.h4
-rw-r--r--src/async/pop/MCPOPFetchHeaderOperation.h4
-rw-r--r--src/async/pop/MCPOPFetchMessageOperation.h4
-rw-r--r--src/async/pop/MCPOPFetchMessagesOperation.h4
-rw-r--r--src/async/pop/MCPOPNoopOperation.h5
-rw-r--r--src/async/pop/MCPOPOperation.h4
-rw-r--r--src/async/pop/MCPOPOperationCallback.h4
10 files changed, 22 insertions, 20 deletions
diff --git a/src/async/pop/MCAsyncPOP.h b/src/async/pop/MCAsyncPOP.h
index 880e700e..79740310 100644
--- a/src/async/pop/MCAsyncPOP.h
+++ b/src/async/pop/MCAsyncPOP.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCASYNCPOP_H_
+#ifndef MAILCORE_MCASYNCPOP_H
-#define __MAILCORE_MCASYNCPOP_H_
+#define MAILCORE_MCASYNCPOP_H
#include <MailCore/MCPOPAsyncSession.h>
#include <MailCore/MCPOPOperation.h>
diff --git a/src/async/pop/MCPOPAsyncSession.h b/src/async/pop/MCPOPAsyncSession.h
index ff8df853..dae0f7b7 100644
--- a/src/async/pop/MCPOPAsyncSession.h
+++ b/src/async/pop/MCPOPAsyncSession.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCPOPASYNCSESSION_H_
+#ifndef MAILCORE_MCPOPASYNCSESSION_H
-#define __MAILCORE_MCPOPASYNCSESSION_H_
+#define MAILCORE_MCPOPASYNCSESSION_H
#include <MailCore/MCBaseTypes.h>
diff --git a/src/async/pop/MCPOPCheckAccountOperation.h b/src/async/pop/MCPOPCheckAccountOperation.h
index 50e381fd..6f00af77 100644
--- a/src/async/pop/MCPOPCheckAccountOperation.h
+++ b/src/async/pop/MCPOPCheckAccountOperation.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCPOPCHECKACCOUNTOPERATION_H_
-#define __MAILCORE_MCPOPCHECKACCOUNTOPERATION_H_
+#ifndef MAILCORE_MCPOPCHECKACCOUNTOPERATION_H
+
+#define MAILCORE_MCPOPCHECKACCOUNTOPERATION_H
#include <MailCore/MCPOPOperation.h>
diff --git a/src/async/pop/MCPOPDeleteMessagesOperation.h b/src/async/pop/MCPOPDeleteMessagesOperation.h
index a7e02d9f..a973fa78 100644
--- a/src/async/pop/MCPOPDeleteMessagesOperation.h
+++ b/src/async/pop/MCPOPDeleteMessagesOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCPOPDELETEMESSAGESOPERATION_H_
+#ifndef MAILCORE_MCPOPDELETEMESSAGESOPERATION_H
-#define __MAILCORE_MCPOPDELETEMESSAGESOPERATION_H_
+#define MAILCORE_MCPOPDELETEMESSAGESOPERATION_H
#include <MailCore/MCPOPOperation.h>
diff --git a/src/async/pop/MCPOPFetchHeaderOperation.h b/src/async/pop/MCPOPFetchHeaderOperation.h
index 65a86849..d046654b 100644
--- a/src/async/pop/MCPOPFetchHeaderOperation.h
+++ b/src/async/pop/MCPOPFetchHeaderOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCPOPFETCHHEADEROPERATION_H_
+#ifndef MAILCORE_MCPOPFETCHHEADEROPERATION_H
-#define __MAILCORE_MCPOPFETCHHEADEROPERATION_H_
+#define MAILCORE_MCPOPFETCHHEADEROPERATION_H
#include <MailCore/MCPOPOperation.h>
diff --git a/src/async/pop/MCPOPFetchMessageOperation.h b/src/async/pop/MCPOPFetchMessageOperation.h
index 79f9c7f4..86d08af3 100644
--- a/src/async/pop/MCPOPFetchMessageOperation.h
+++ b/src/async/pop/MCPOPFetchMessageOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCPOPFETCHMESSAGEOPERATION_H_
+#ifndef MAILCORE_MCPOPFETCHMESSAGEOPERATION_H
-#define __MAILCORE_MCPOPFETCHMESSAGEOPERATION_H_
+#define MAILCORE_MCPOPFETCHMESSAGEOPERATION_H
#include <MailCore/MCPOPOperation.h>
diff --git a/src/async/pop/MCPOPFetchMessagesOperation.h b/src/async/pop/MCPOPFetchMessagesOperation.h
index 08ac8b59..eaee884d 100644
--- a/src/async/pop/MCPOPFetchMessagesOperation.h
+++ b/src/async/pop/MCPOPFetchMessagesOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCPOPFETCHMESSAGESOPERATION_H_
+#ifndef MAILCORE_MCPOPFETCHMESSAGESOPERATION_H
-#define __MAILCORE_MCPOPFETCHMESSAGESOPERATION_H_
+#define MAILCORE_MCPOPFETCHMESSAGESOPERATION_H
#include <MailCore/MCPOPOperation.h>
diff --git a/src/async/pop/MCPOPNoopOperation.h b/src/async/pop/MCPOPNoopOperation.h
index d0736006..705d396b 100644
--- a/src/async/pop/MCPOPNoopOperation.h
+++ b/src/async/pop/MCPOPNoopOperation.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCPOPNOOPOPERATION_H_
-#define __MAILCORE_MCPOPNOOPOPERATION_H_
+#ifndef MAILCORE_MCPOPNOOPOPERATION_H
+
+#define MAILCORE_MCPOPNOOPOPERATION_H
#include <MailCore/MCPOPOperation.h>
diff --git a/src/async/pop/MCPOPOperation.h b/src/async/pop/MCPOPOperation.h
index ca791fbe..1b454e98 100644
--- a/src/async/pop/MCPOPOperation.h
+++ b/src/async/pop/MCPOPOperation.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCPOPOPERATION_H_
+#ifndef MAILCORE_MCPOPOPERATION_H
-#define __MAILCORE_MCPOPOPERATION_H_
+#define MAILCORE_MCPOPOPERATION_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCPOPProgressCallback.h>
diff --git a/src/async/pop/MCPOPOperationCallback.h b/src/async/pop/MCPOPOperationCallback.h
index 175afa6b..ccc21681 100644
--- a/src/async/pop/MCPOPOperationCallback.h
+++ b/src/async/pop/MCPOPOperationCallback.h
@@ -6,9 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_MCPOPOPERATIONCALLBACK_H_
+#ifndef MAILCORE_MCPOPOPERATIONCALLBACK_H
-#define __MAILCORE_MCPOPOPERATIONCALLBACK_H_
+#define MAILCORE_MCPOPOPERATIONCALLBACK_H
#ifdef __cplusplus