Replaced write() methods with send() methods to comply with the QAbstractSocket API
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 13:09:02 +0000 (15:09 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 13:09:02 +0000 (15:09 +0200)
commit6afa40e8b150884ce7875ae8c3545e730775a626
tree802142ab16dd9d69ba09496c6747011b6c262bdb
parent4a4fb078c955e84ea48c7a83809f98fe23057836
Replaced write() methods with send() methods to comply with the QAbstractSocket API
examples/echoclient/echoclient.cpp
examples/echoserver/echoserver.cpp
src/qwebsocket.cpp
src/qwebsocket.h
src/qwebsocket_p.cpp
src/qwebsocket_p.h
tests/tst_compliance.cpp
tests/tst_websockets.cpp