switch Channel items to new serialization

This commit is contained in:
csoler 2017-04-26 18:55:23 +02:00
parent 77c2e6da8c
commit 69729ad7d2
3 changed files with 74 additions and 52 deletions

View file

@ -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 */