OSDN Git Service

Added threadedTcpSocket
authorHiroaki Yamamoto <admin@hysoftware.net>
Thu, 10 Mar 2011 01:13:24 +0000 (10:13 +0900)
committerHiroaki Yamamoto <admin@hysoftware.net>
Thu, 10 Mar 2011 01:13:24 +0000 (10:13 +0900)
commitc102ef4ad72990b6ce93550b3a1a82651b736d7f
tree1decf579f542d23fdbc10154262064976b38cf29
parenta22e49f11b5ab4d35eb19e97f61c5f4d86a5f34c
Added threadedTcpSocket

Unlike tcpSocket, this socket works as tcp socket in the different thread.

However, checking if the memberlist contains sender is not available. This will be fixed in next commit.
12 files changed:
CMakeLists.txt
jasmine.pro
main.cxx
network/client.cxx [new file with mode: 0644]
network/server.cxx [new file with mode: 0644]
network/tcpnetwork.cxx
network/tcpnetwork.h
readme.txt
structures/header.cxx
structures/header.h
ui/jasmine_mainwindow.cxx
ui/jasmine_mainwindow.h