style fix

This commit is contained in:
Günter Obiltschnig
2017-12-11 17:55:09 +01:00
parent 025a4b0667
commit 2cac517034
2 changed files with 34 additions and 34 deletions

View File

@@ -260,7 +260,6 @@ public:
static const std::string CTE_BASE64; static const std::string CTE_BASE64;
protected: protected:
void makeMultipart(); void makeMultipart();
void writeHeader(const MessageHeader& header, std::ostream& ostr) const; void writeHeader(const MessageHeader& header, std::ostream& ostr) const;
void writeMultipart(MessageHeader& header, std::ostream& ostr) const; void writeMultipart(MessageHeader& header, std::ostream& ostr) const;

View File

@@ -64,6 +64,7 @@ public:
/// Destroys the PartSource. /// Destroys the PartSource.
static const int UNKNOWN_CONTENT_LENGTH; static const int UNKNOWN_CONTENT_LENGTH;
protected: protected:
PartSource(); PartSource();
/// Creates the PartSource, using /// Creates the PartSource, using