mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 08:37:36 -04:00
moved RTT items to rsitems/
This commit is contained in:
parent
f6aaee7382
commit
26e95416d1
6 changed files with 5 additions and 11 deletions
|
@ -33,10 +33,6 @@ class RsSerializer: public RsSerialType
|
|||
* should be overloaded to create the correct type of item depending on the data
|
||||
*/
|
||||
virtual RsItem *create_item(uint16_t /* service */, uint8_t /* item_sub_id */) const=0;
|
||||
// {
|
||||
// std::cerr << "(EE) Serializer does not overload create_item(). This is probably an error."<< std::endl;
|
||||
// return NULL ;
|
||||
// }
|
||||
|
||||
// The following functions overload RsSerialType. They *should not* need to be further overloaded.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue