mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
style fix
This commit is contained in:
@@ -260,7 +260,6 @@ public:
|
||||
static const std::string CTE_BASE64;
|
||||
|
||||
protected:
|
||||
|
||||
void makeMultipart();
|
||||
void writeHeader(const MessageHeader& header, std::ostream& ostr) const;
|
||||
void writeMultipart(MessageHeader& header, std::ostream& ostr) const;
|
||||
|
||||
@@ -64,6 +64,7 @@ public:
|
||||
/// Destroys the PartSource.
|
||||
|
||||
static const int UNKNOWN_CONTENT_LENGTH;
|
||||
|
||||
protected:
|
||||
PartSource();
|
||||
/// Creates the PartSource, using
|
||||
|
||||
Reference in New Issue
Block a user