Archive for 25. September 2006

Reordering of member initialization in Gnutella::LocalPeer
Reordering of member initialization in Gnutella::LocalPeer to get rid of annoying warnings.
Re: eclipse project config patch
Thanks, Sebastien! Committed in revision 44! ... sebven wrote:Hello, here is a patch which improves development under Eclipse IDE. regards seb
Re: Re: seems we can do with static_cast in Bye::castFrom etc…
Hi Atul, You were faster than me in replying ;-). I totally agree with you! Here is what I wanted to post right before I saw your reply. It would (more...)
Re: seems we can do with static_cast in Bye::castFrom etc…
I think I was a little sleepy when I wrote that.... Now as I think I am wide awake ;-) , as it can not be guaranteed here by design ( (more...)
eclipse project config patch
Hello, here is a patch which improves development under Eclipse IDE. regards seb
seems we can do with static_cast in Bye::castFrom etc…
Hi all While going thru Bye.h inline Bye & Bye::castFrom (Packet & packet) { return dynamic_cast (packet); } I think static_cast would be a betterĀ  choice here... The reason is that as the compiler (more...)