mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
merge some changes from develop branch; modernize and clean-up code; remove support for compiling without POCO_WIN32_UTF8
This commit is contained in:
@@ -78,6 +78,9 @@ public:
|
||||
Message(const Message& msg);
|
||||
/// Creates a Message by copying another one.
|
||||
|
||||
Message(Message&& msg);
|
||||
/// Creates a Message by copying another one.
|
||||
|
||||
Message(const Message& msg, const std::string& text);
|
||||
/// Creates a Message by copying all but the text from another message.
|
||||
|
||||
@@ -87,6 +90,9 @@ public:
|
||||
Message& operator = (const Message& msg);
|
||||
/// Assignment operator.
|
||||
|
||||
Message& operator = (Message&& msg);
|
||||
/// Assignment operator.
|
||||
|
||||
void swap(Message& msg);
|
||||
/// Swaps the message with another one.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user