aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/abstract
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/abstract
parent6eba7f202753d79f2de6b8a8c87864e93394343c (diff)
Header documentation. Header clean-up
Diffstat (limited to 'src/objc/abstract')
-rw-r--r--src/objc/abstract/MCOAbstract.h5
-rw-r--r--src/objc/abstract/MCOAbstractMessage+Private.h5
-rw-r--r--src/objc/abstract/MCOAbstractMessageRendererCallback.h7
-rw-r--r--src/objc/abstract/MCOHTMLRendererDelegate.h5
-rw-r--r--src/objc/abstract/MCOHTMLRendererIMAPDelegate.h5
5 files changed, 16 insertions, 11 deletions
diff --git a/src/objc/abstract/MCOAbstract.h b/src/objc/abstract/MCOAbstract.h
index 62acc8e7..fe61adf3 100644
--- a/src/objc/abstract/MCOAbstract.h
+++ b/src/objc/abstract/MCOAbstract.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef mailcore2_MCOAbstract_h
-#define mailcore2_MCOAbstract_h
+#ifndef __MAILCORE_MCOABSTRACT_H_
+
+#define __MAILCORE_MCOABSTRACT_H_
#import <MailCore/MCOAbstractMessage.h>
#import <MailCore/MCOAbstractMessagePart.h>
diff --git a/src/objc/abstract/MCOAbstractMessage+Private.h b/src/objc/abstract/MCOAbstractMessage+Private.h
index 82e94c12..fda4b170 100644
--- a/src/objc/abstract/MCOAbstractMessage+Private.h
+++ b/src/objc/abstract/MCOAbstractMessage+Private.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef mailcore2_MCOAbstractMessage_Private_h
-#define mailcore2_MCOAbstractMessage_Private_h
+#ifndef __MAILCORE_MCOABSTRACTMESSAGE_PRIVATE_H_
+
+#define __MAILCORE_MCOABSTRACTMESSAGE_PRIVATE_H_
#ifdef __cplusplus
diff --git a/src/objc/abstract/MCOAbstractMessageRendererCallback.h b/src/objc/abstract/MCOAbstractMessageRendererCallback.h
index 273358cf..10d89838 100644
--- a/src/objc/abstract/MCOAbstractMessageRendererCallback.h
+++ b/src/objc/abstract/MCOAbstractMessageRendererCallback.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __mailcore2__MCOAbstractMessageRendererCallback__
-#define __mailcore2__MCOAbstractMessageRendererCallback__
+#ifndef __MAILCORE_MCOABSTRACTMESSAGERENDERECALLBACK_H_
+
+#define __MAILCORE_MCOABSTRACTMESSAGERENDERECALLBACK_H_
#include "MCIMAP.h"
#include "MCRenderer.h"
@@ -45,4 +46,4 @@ private:
};
#endif
-#endif /* defined(__mailcore2__MCOAbstractMessageRendererCallback__) */
+#endif
diff --git a/src/objc/abstract/MCOHTMLRendererDelegate.h b/src/objc/abstract/MCOHTMLRendererDelegate.h
index b7981153..1f9fe663 100644
--- a/src/objc/abstract/MCOHTMLRendererDelegate.h
+++ b/src/objc/abstract/MCOHTMLRendererDelegate.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef mailcore2_MCOHTMLRendererDelegate_h
-#define mailcore2_MCOHTMLRendererDelegate_h
+#ifndef __MAILCORE_MCOHTMLRENDERERDELEGATE_H_
+
+#define __MAILCORE_MCOHTMLRENDERERDELEGATE_H_
#import <Foundation/Foundation.h>
diff --git a/src/objc/abstract/MCOHTMLRendererIMAPDelegate.h b/src/objc/abstract/MCOHTMLRendererIMAPDelegate.h
index 83389cf3..509e5b5d 100644
--- a/src/objc/abstract/MCOHTMLRendererIMAPDelegate.h
+++ b/src/objc/abstract/MCOHTMLRendererIMAPDelegate.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef mailcore2_MCOHTMLRendererIMAPDelegate_h
-#define mailcore2_MCOHTMLRendererIMAPDelegate_h
+#ifndef __MAILCORE_MCOHTMLRENDERERIMAPDELEGATE_H_
+
+#define __MAILCORE_MCOHTMLRENDERERIMAPDELEGATE_H_
#import <MailCore/MCOHTMLRendererDelegate.h>