mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
switch Channel items to new serialization
This commit is contained in:
parent
77c2e6da8c
commit
69729ad7d2
3 changed files with 74 additions and 52 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
RsGxsCommentSerialiser(uint16_t service_type) :RsServiceSerializer(service_type) {}
|
||||
virtual ~RsGxsCommentSerialiser() {}
|
||||
|
||||
RsItem *create_item(uint16_t service_id,uint8_t item_subtype) const ;
|
||||
virtual RsItem *create_item(uint16_t service_id,uint8_t item_subtype) const ;
|
||||
};
|
||||
|
||||
#endif /* RS_GXS_COMMENT_ITEMS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue