From b9471c9543312a7a51ce4bccb23dd02a72b07e61 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 13 Oct 2005 18:58:33 +0000 Subject: Added getPart() and getHeader() on attachment. --- src/defaultAttachment.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/defaultAttachment.cpp') 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 defaultAttachment::getPart() const +{ + return NULL; +} + + +ref defaultAttachment::getHeader() const +{ + return NULL; +} + + } // vmime -- cgit v1.2.3