progress in converting chat items to new serialization

This commit is contained in:
csoler 2017-04-05 10:27:12 +02:00
parent 9438d60609
commit 48688eae3f
4 changed files with 88 additions and 25 deletions

View file

@ -145,7 +145,7 @@ protected:
// They are called by serial_size() and serialise() from children, but should not overload the serial_size() and
// serialise() methods, otherwise the wrong method will be called when serialising from this top level class.
void serial_process(RsItem::SerializeJob j,SerializeContext& ctx);
void serial_process(RsItem::SerializeJob j,SerializeContext& ctx,bool include_signature);
virtual uint32_t PacketId() const= 0;
};