aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/smtp
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-04 23:23:50 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-04 23:23:50 -0700
commitd036437a499feafdd79994fcaa38d03b50929fe0 (patch)
treee000395d2eff5532184d8e73c49daa473cf73ecc /src/async/smtp
parent6eba7f202753d79f2de6b8a8c87864e93394343c (diff)
Header documentation. Header clean-up
Diffstat (limited to 'src/async/smtp')
-rw-r--r--src/async/smtp/MCAsyncSMTP.h5
-rw-r--r--src/async/smtp/MCSMTPCheckAccountOperation.h7
-rw-r--r--src/async/smtp/MCSMTPOperation.h7
-rw-r--r--src/async/smtp/MCSMTPOperationCallback.h7
-rw-r--r--src/async/smtp/MCSMTPSendWithDataOperation.h7
5 files changed, 19 insertions, 14 deletions
diff --git a/src/async/smtp/MCAsyncSMTP.h b/src/async/smtp/MCAsyncSMTP.h
index 1c565d25..194a8fd3 100644
--- a/src/async/smtp/MCAsyncSMTP.h
+++ b/src/async/smtp/MCAsyncSMTP.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef mailcore2_MCAsyncSMTP_h
-#define mailcore2_MCAsyncSMTP_h
+#ifndef __MAILCORE_MCASYNCSMTP_H_
+
+#define __MAILCORE_MCASYNCSMTP_H_
#include <MailCore/MCSMTPAsyncSession.h>
#include <MailCore/MCSMTPOperation.h>
diff --git a/src/async/smtp/MCSMTPCheckAccountOperation.h b/src/async/smtp/MCSMTPCheckAccountOperation.h
index 5eb2bfbd..af9862c4 100644
--- a/src/async/smtp/MCSMTPCheckAccountOperation.h
+++ b/src/async/smtp/MCSMTPCheckAccountOperation.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __mailcore2__MCSMTPCheckAccountOperation__
-#define __mailcore2__MCSMTPCheckAccountOperation__
+#ifndef __MAILCORE_MCSMTPCHECKACCOUNTOPERATION_H_
+
+#define __MAILCORE_MCSMTPCHECKACCOUNTOPERATION_H_
#include <MailCore/MCSMTPOperation.h>
#include <MailCore/MCAbstract.h>
@@ -36,4 +37,4 @@ namespace mailcore {
#endif
-#endif /* defined(__mailcore2__MCSMTPCheckAccountOperation__) */
+#endif
diff --git a/src/async/smtp/MCSMTPOperation.h b/src/async/smtp/MCSMTPOperation.h
index 79846532..b8b6f35f 100644
--- a/src/async/smtp/MCSMTPOperation.h
+++ b/src/async/smtp/MCSMTPOperation.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __mailcore2__MCSMTPOperation__
-#define __mailcore2__MCSMTPOperation__
+#ifndef __MAILCORE_MCSMTPOPERATION_H_
+
+#define __MAILCORE_MCSMTPOPERATION_H_
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCSMTPProgressCallback.h>
@@ -48,4 +49,4 @@ namespace mailcore {
#endif
-#endif /* defined(__mailcore2__MCSMTPOperation__) */
+#endif
diff --git a/src/async/smtp/MCSMTPOperationCallback.h b/src/async/smtp/MCSMTPOperationCallback.h
index 33b07d8c..37a2b486 100644
--- a/src/async/smtp/MCSMTPOperationCallback.h
+++ b/src/async/smtp/MCSMTPOperationCallback.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __mailcore2__MCSMTPOperationCallback__
-#define __mailcore2__MCSMTPOperationCallback__
+#ifndef __MAILCORE_MCSMTPOPERATIONCALLBACK_H_
+
+#define __MAILCORE_MCSMTPOPERATIONCALLBACK_H_
#ifdef __cplusplus
@@ -23,4 +24,4 @@ namespace mailcore {
#endif
-#endif /* defined(__mailcore2__MCSMTPOperationCallback__) */
+#endif
diff --git a/src/async/smtp/MCSMTPSendWithDataOperation.h b/src/async/smtp/MCSMTPSendWithDataOperation.h
index 8e9b6cd9..afa1a5e0 100644
--- a/src/async/smtp/MCSMTPSendWithDataOperation.h
+++ b/src/async/smtp/MCSMTPSendWithDataOperation.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __mailcore2__MCSMTPSendWithDataOperation__
-#define __mailcore2__MCSMTPSendWithDataOperation__
+#ifndef __MAILCORE_MCSMTPSENDWITHDATAOPERATION_H_
+
+#define __MAILCORE_MCSMTPSENDWITHDATAOPERATION_H_
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCAbstract.h>
@@ -36,4 +37,4 @@ namespace mailcore {
#endif
-#endif /* defined(__mailcore2__SMTPSendWithDataOperation__) */
+#endif