OSDN Git Service

Merged tcpClient into tcpSocket.
authorHiroaki Yamamoto <admin@hysoftware.net>
Sun, 10 Oct 2010 05:55:46 +0000 (14:55 +0900)
committerHiroaki Yamamoto <admin@hysoftware.net>
Sun, 10 Oct 2010 05:55:46 +0000 (14:55 +0900)
commit30d6478760705769ae09213d077af3aa1aa2e9b0
tree928cfd85e4f2728f0eb0b807aebc37df776d10d6
parent6393daebbd38f9f978e032065131e58c86cdeceb
Merged tcpClient into tcpSocket.

Until now, tcpSocket was a session socket for tcpServer, and tcpClient exists aside from that.
If tcpClient continues to exist, the size of libnetwork may get larger than merged one.
12 files changed:
CMakeLists.txt
client/tcpclient.cxx [deleted file]
client/tcpclient.h [deleted file]
jasmine.pro
network/tcpnetwork.cxx [new file with mode: 0644]
network/tcpnetwork.h [new file with mode: 0644]
server/tcpserver.cxx [deleted file]
server/tcpserver.h [deleted file]
ui/editdelegate.cxx
ui/jasmine_mainwindow.cxx
ui/jasmine_mainwindow.h
ui/memberlist.cxx