Merge pull request #1816 from csoler/v0.6-FT4

TokenQueue cleanup
This commit is contained in:
csoler 2020-03-01 17:29:44 +01:00 committed by GitHub
commit 97e7df82c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 163 additions and 279 deletions

View file

@ -173,9 +173,6 @@ void RsNxsMsg::clear()
meta.TlvClear();
}
std::ostream&RsNxsMsg::print(std::ostream& out, uint16_t /*indent*/)
{ return out; }
void RsNxsGrp::clear()
{
grpId.clear();

View file

@ -378,7 +378,6 @@ struct RsNxsMsg : RsNxsItem
RsGenericSerializer::SerializeContext& ctx );
virtual void clear();
virtual std::ostream &print(std::ostream& out, uint16_t indent);
uint8_t pos; /// used for splitting up msg
uint8_t count; /// number of split up messages