mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
switched service control items to new serialization
This commit is contained in:
parent
16b8947af1
commit
99d8b7d5d8
3 changed files with 22 additions and 166 deletions
|
@ -60,7 +60,7 @@
|
|||
// {
|
||||
// MyServiceSerializer() : RsServiceSerializer(MY_SERVICE_IDENTIFIER) {}
|
||||
//
|
||||
// RsItem *create_item(uint16_t service,uint8_t item_subtype)
|
||||
// RsItem *create_item(uint16_t service,uint8_t item_subtype) const // mind the "const"!
|
||||
// {
|
||||
// if(service != MY_SERVICE_IDENTIFIER) return NULL ;
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue