mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 23:57:38 -04:00
added hability to print in the serialization process
This commit is contained in:
parent
75a3cf0f3b
commit
059dfcff47
4 changed files with 29 additions and 7 deletions
|
@ -120,7 +120,7 @@ class RsItem: public RsMemoryManagement::SmallObject
|
|||
* after where this RsSerializable has been serialized.
|
||||
* @return true if serialization successed, false otherwise
|
||||
*/
|
||||
typedef enum { SIZE_ESTIMATE = 0x01, SERIALIZE = 0x02, DESERIALIZE = 0x03} SerializeJob ;
|
||||
typedef enum { SIZE_ESTIMATE = 0x01, SERIALIZE = 0x02, DESERIALIZE = 0x03, PRINT=0x04 } SerializeJob ;
|
||||
|
||||
virtual void serial_process(SerializeJob j,SerializeContext& ctx)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue