aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/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/objc/smtp
parent6eba7f202753d79f2de6b8a8c87864e93394343c (diff)
Header documentation. Header clean-up
Diffstat (limited to 'src/objc/smtp')
-rw-r--r--src/objc/smtp/MCOSMTP.h5
-rw-r--r--src/objc/smtp/MCOSMTPSession.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/objc/smtp/MCOSMTP.h b/src/objc/smtp/MCOSMTP.h
index 70759600..49caac83 100644
--- a/src/objc/smtp/MCOSMTP.h
+++ b/src/objc/smtp/MCOSMTP.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef mailcore2_MCOSMTP_h
-#define mailcore2_MCOSMTP_h
+#ifndef __MAILCORE_MCOSMTP_H_
+
+#define __MAILCORE_MCOSMTP_H_
#import <MailCore/MCOSMTPSession.h>
#import <MailCore/MCOSMTPSendOperation.h>
diff --git a/src/objc/smtp/MCOSMTPSession.h b/src/objc/smtp/MCOSMTPSession.h
index 60eefa18..9e1c7ac1 100644
--- a/src/objc/smtp/MCOSMTPSession.h
+++ b/src/objc/smtp/MCOSMTPSession.h
@@ -14,6 +14,8 @@
#import <MailCore/MCOConstants.h>
+// This class implements asynchronous SMTP protocol.
+
@class MCOSMTPSendOperation;
@class MCOSMTPOperation;
@class MCOAddress;