aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap/MCIMAPOperation.h
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/imap/MCIMAPOperation.h
parent6eba7f202753d79f2de6b8a8c87864e93394343c (diff)
Header documentation. Header clean-up
Diffstat (limited to 'src/async/imap/MCIMAPOperation.h')
-rw-r--r--src/async/imap/MCIMAPOperation.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/async/imap/MCIMAPOperation.h b/src/async/imap/MCIMAPOperation.h
index 7a8c1384..f7e937db 100644
--- a/src/async/imap/MCIMAPOperation.h
+++ b/src/async/imap/MCIMAPOperation.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __mailcore2__MCIMAPOperation__
-#define __mailcore2__MCIMAPOperation__
+#ifndef __MAILCORE_MCIMAPOPERATION_H_
+
+#define __MAILCORE_MCIMAPOPERATION_H_
#include <MailCore/MCBaseTypes.h>
#include <MailCore/MCIMAPProgressCallback.h>
@@ -57,4 +58,4 @@ namespace mailcore {
#endif
-#endif /* defined(__mailcore2__MCIMAPOperation__) */
+#endif