aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/abstract/MCAbstractPart.h
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2013-12-08 13:28:59 -0700
committerGravatar CodaFi <devteam.codafi@gmail.com>2013-12-08 13:28:59 -0700
commit87f3cb5765f961d7a7fec734dd890ff913b46393 (patch)
treed872306d4ed374c00101d2319fdf31ccf058cbbb /src/core/abstract/MCAbstractPart.h
parentf3eb11eec145a5db4e76bca53b6f6b05566e674e (diff)
Unify Project Style
Diffstat (limited to 'src/core/abstract/MCAbstractPart.h')
-rw-r--r--src/core/abstract/MCAbstractPart.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/abstract/MCAbstractPart.h b/src/core/abstract/MCAbstractPart.h
index b182850f..d1224c16 100644
--- a/src/core/abstract/MCAbstractPart.h
+++ b/src/core/abstract/MCAbstractPart.h
@@ -8,9 +8,9 @@
#ifdef __cplusplus
namespace mailcore {
-
+
class AbstractMessage;
-
+
class AbstractPart : public Object {
public:
AbstractPart();
@@ -36,10 +36,10 @@ namespace mailcore {
virtual String * contentLocation();
virtual void setContentLocation(String * contentLocation);
-
+
virtual String * contentDescription();
virtual void setContentDescription(String * contentDescription);
-
+
virtual bool isInlineAttachment();
virtual void setInlineAttachment(bool inlineAttachment);