let System::PutUrlProto takes a stream by a reference to pt::Stream

This commit is contained in:
2022-07-25 18:36:28 +02:00
parent 979ef907fe
commit d4da6aa518
2 changed files with 4 additions and 4 deletions

View File

@@ -130,9 +130,9 @@ public:
bool IsSSLRequired(bool try_to_use_ssl);
bool IsSSLRequired();
void PutUrlProto(bool can_use_ssl, std::wstring & str, bool clear_str = true);
void PutUrlProto(bool can_use_ssl, pt::TextStream & str, bool clear_stream = true);
void PutUrlProto(bool can_use_ssl, pt::Stream & str, bool clear_stream = true);
void PutUrlProto(std::wstring & str, bool clear_str = true);
void PutUrlProto(pt::TextStream & str, bool clear_stream = true);
void PutUrlProto(pt::Stream & str, bool clear_stream = true);
void RedirectTo(const Item & item, const wchar_t * postfix = 0, bool use_reqtype = true);
void RedirectTo(long item_id, const wchar_t * postfix = 0, bool use_reqtype = true);