diff options
Diffstat (limited to 'src/defaultAttachment.cpp')
-rw-r--r-- | src/defaultAttachment.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/defaultAttachment.cpp b/src/defaultAttachment.cpp index 9b1e86e1..909dca10 100644 --- a/src/defaultAttachment.cpp +++ b/src/defaultAttachment.cpp @@ -127,4 +127,16 @@ const encoding defaultAttachment::getEncoding() const } +ref <const object> defaultAttachment::getPart() const +{ + return NULL; +} + + +ref <const header> defaultAttachment::getHeader() const +{ + return NULL; +} + + } // vmime |