Archive for 12. June 2007

Re: Where to start
Hi Atul, I don't remember the exact example from the GoF book but I think that State won't suit our case so good. The reason is that QAbstractSocket already abstracts some (more...)
Re: Where to start
Hi Should SocketTransport be implemented as STATE? GoF takes a similar example to illustrate STATE ( TcpConnection )... Then only the connectedToHost can have correct read/write implementations... Actually the base class would be (more...)
Re: Where to start
Hi Markus, I was thinking about the design issue you put up regarding how Socket is passed as an argument to TcpSocketBuffer. I have some ideas which I'd love to discuss (more...)