Archive for 19. July 2007

Re: PeerInfo and PeerId
Hi Peter, I was thinking that we could also provide a named ctor fromUri() to complement the toUri() function. Sure - good idea. I'll add it. Regarding the static initialization dependency, does it (more...)
typeid() object dispatching with PacketDispatcher
Dear all, Almost a year ago Atul suggested that we use the Visitor Patter to double dispatch Packet objects to the correct handler in Gnutella::PacketProcessor. The idea was really great (more...)
Re: PeerInfo and PeerId
Hi Petr, Just checked you new revision with PeerInfo - the class looks quite neat :-) I was thinking that we could also provide a named ctor fromUri() to complement the toUri() (more...)
Re: FixedSizeArray
Hi Petr, I agree with you that zero-filling the array in the FixedSizeArray ctor is superflous. If someone violates the precondition we guarantee that the size is valid but will not (more...)
Re: Build Errors: calitko-0.6.1
Hi Giles, QTDIR and QMAKESPEC need to be set. Strangely, they are not set on my system but everything still works. Try: export QTDIR=/usr/lib64/qt4/ export QMAKESPEC=linux-g++-64 I guessed you QMAKESPEC so you might want (more...)