Archive for 9. August 2007

Re: PeersManagerImplTest feedback
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...)
PeersManagerImplTest feedback
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...)
Re: Compiling without warnings issues
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...)