Hi Petr,
I just realized what is the difference in you case...
You have created this PeersRequestSessionPtr because the factory is not only passing a pointer but it should be passing the (more...)
Hi Petr,
just looked at you latest revision. I got a little confused by PeersManager at first - I though you were working on the SessionsManager. If the DHT nodes are (more...)
PREDEFINED = "REFERENCE_OBJECT=Class (const Class &); \
Class & operator= (const Class &);"
I just realized the above is not quite right... The correct form would be:
PREDEFINED = "REFERENCE_OBJECT(Class)=Class (const Class &); (more...)