Removed useless blank line.

This commit is contained in:
Vincent Richard 2005-05-19 16:13:23 +00:00
parent 8134a52f56
commit 8240e43600

View File

@ -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).