aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/rfc822
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/core/rfc822
parentfb06d5133a88f80daed1a7d1bea00f558446f2ae (diff)
Conformant header guards
Fixes #606
Diffstat (limited to 'src/core/rfc822')
-rw-r--r--src/core/rfc822/MCAttachment.h4
-rw-r--r--src/core/rfc822/MCMessageBuilder.h4
-rw-r--r--src/core/rfc822/MCMessageParser.h4
-rw-r--r--src/core/rfc822/MCMessagePart.h4
-rw-r--r--src/core/rfc822/MCMultipart.h4
-rw-r--r--src/core/rfc822/MCRFC822.h4
6 files changed, 12 insertions, 12 deletions
diff --git a/src/core/rfc822/MCAttachment.h b/src/core/rfc822/MCAttachment.h
index 2bad2c0f..7dd15b89 100644
--- a/src/core/rfc822/MCAttachment.h
+++ b/src/core/rfc822/MCAttachment.h
@@ -1,6 +1,6 @@
-#ifndef __MAILCORE_MCATTACHMENT_H_
+#ifndef MAILCORE_MCATTACHMENT_H
-#define __MAILCORE_MCATTACHMENT_H_
+#define MAILCORE_MCATTACHMENT_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCAbstractPart.h>
diff --git a/src/core/rfc822/MCMessageBuilder.h b/src/core/rfc822/MCMessageBuilder.h
index f592a7f3..413d1a4d 100644
--- a/src/core/rfc822/MCMessageBuilder.h
+++ b/src/core/rfc822/MCMessageBuilder.h
@@ -1,6 +1,6 @@
-#ifndef __MAILCORE_MCMESSAGEBUILDER_H_
+#ifndef MAILCORE_MCMESSAGEBUILDER_H
-#define __MAILCORE_MCMESSAGEBUILDER_H_
+#define MAILCORE_MCMESSAGEBUILDER_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCAbstractMessage.h>
diff --git a/src/core/rfc822/MCMessageParser.h b/src/core/rfc822/MCMessageParser.h
index 783799af..11de9b58 100644
--- a/src/core/rfc822/MCMessageParser.h
+++ b/src/core/rfc822/MCMessageParser.h
@@ -1,6 +1,6 @@
-#ifndef __MAILCORE_MCPARSEDMESSAGE_H_
+#ifndef MAILCORE_MCPARSEDMESSAGE_H
-#define __MAILCORE_MCPARSEDMESSAGE_H_
+#define MAILCORE_MCPARSEDMESSAGE_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCAbstractMessage.h>
diff --git a/src/core/rfc822/MCMessagePart.h b/src/core/rfc822/MCMessagePart.h
index 6311e5e2..4b9de96b 100644
--- a/src/core/rfc822/MCMessagePart.h
+++ b/src/core/rfc822/MCMessagePart.h
@@ -1,6 +1,6 @@
-#ifndef __MAILCORE_MCMESSAGEPART_H_
+#ifndef MAILCORE_MCMESSAGEPART_H
-#define __MAILCORE_MCMESSAGEPART_H_
+#define MAILCORE_MCMESSAGEPART_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCAbstractMessagePart.h>
diff --git a/src/core/rfc822/MCMultipart.h b/src/core/rfc822/MCMultipart.h
index 1eada13d..6b00c08b 100644
--- a/src/core/rfc822/MCMultipart.h
+++ b/src/core/rfc822/MCMultipart.h
@@ -1,6 +1,6 @@
-#ifndef __MAILCORE_MCMULTIPART_H
+#ifndef MAILCORE_MCMULTIPART_H
-#define __MAILCORE_MCMULTIPART_H
+#define MAILCORE_MCMULTIPART_H
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCAbstractMultipart.h>
diff --git a/src/core/rfc822/MCRFC822.h b/src/core/rfc822/MCRFC822.h
index 340577ae..66c4d408 100644
--- a/src/core/rfc822/MCRFC822.h
+++ b/src/core/rfc822/MCRFC822.h
@@ -1,6 +1,6 @@
-#ifndef __MAILCORE_MCRFC822_H
+#ifndef MAILCORE_MCRFC822_H
-#define __MAILCORE_MCRFC822_H
+#define MAILCORE_MCRFC822_H
#include <MailCore/MCAttachment.h>
#include <MailCore/MCMessageBuilder.h>