mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 23:00:56 -04:00
progress in converting chat items to new serialization
This commit is contained in:
parent
9438d60609
commit
48688eae3f
4 changed files with 88 additions and 25 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue