use phosg namespace

This commit is contained in:
Martin Michelsen
2024-07-28 11:54:41 -07:00
parent 5523388ad4
commit 1bfbf09891
116 changed files with 2969 additions and 3088 deletions
+2 -2
View File
@@ -161,8 +161,8 @@ struct FrameInfo {
std::string header_str() const;
inline StringReader read_payload() const {
return StringReader(this->payload, this->payload_size);
inline phosg::StringReader read_payload() const {
return phosg::StringReader(this->payload, this->payload_size);
}
void truncate(size_t new_total_size);