Archive for 12. October 2006

Calitko v0.5.5
Refactoring towards Visitor Pattern
Dear all This was on my mind for a long time ( removing  packet.payloadDescriptor() and switch/case statement ... ) OO recommends removing this ... So what is the solution? This is where (more...)
Re: Re: Re: A possible race condition in Packet::invalidateHeader()
Hi Atul, I read the article you referred to. It was quite interesting! If I understood correctly, it is recommended that all thread shared data be volatile. volatile is not needed (more...)
Re: Some more tests added
Hi Atul, Here are some comments about ByeTest. testConstCastFrom() doesn't delete p; (the copy of the packet object). Modified testReadHeader() to use the correct byte order out.setByteOrder (QDataStream::LittleEndian); I also uncomment the (more...)