aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-05-19 16:13:23 +0000
committerVincent Richard <[email protected]>2005-05-19 16:13:23 +0000
commit8240e436004da130f05323a479f7c57c4abb10af (patch)
treeed65ba6d32920611ef88d08f784611eb113451ce
parentService properties enhancement. (diff)
downloadvmime-8240e436004da130f05323a479f7c57c4abb10af.tar.gz
vmime-8240e436004da130f05323a479f7c57c4abb10af.zip
Removed useless blank line.
-rw-r--r--vmime/messaging/message.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/vmime/messaging/message.hpp b/vmime/messaging/message.hpp
index 47cc6b76..4ae10270 100644
--- a/vmime/messaging/message.hpp
+++ b/vmime/messaging/message.hpp
@@ -257,7 +257,6 @@ public:
* @param start index of the first byte to retrieve (used for partial fetch)
* @param length number of bytes to retrieve (used for partial fetch)
*/
-
virtual void extract(utility::outputStream& os, utility::progressionListener* progress = NULL, const int start = 0, const int length = -1) const = 0;
/** Extract the specified (MIME) part of the message (header + contents).