OSDN Git Service

Added:
authorHiroaki Yamamoto <admin@hysoftware.net>
Sat, 6 Nov 2010 02:00:50 +0000 (11:00 +0900)
committerHiroaki Yamamoto <admin@hysoftware.net>
Sat, 6 Nov 2010 02:00:50 +0000 (11:00 +0900)
commit99103843c2a61d725959c96db09be1be142efc09
treee8c5f9649c4c0531e6eb2891ef64006189c0234d
parent039e5a844de2705b81c38cd62166253aafdf04d5
Added:
* QtLockedFile: Locking file needs this class. This class is in Qt developpers website: http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Utilities/qtlockedfile/
* threadedTcpSocket: This is tcpSocket class that run in non-main thread.
CMakeLists.txt
file/QtLockedFile [new file with mode: 0644]
file/qtlockedfile.cxx [new file with mode: 0644]
file/qtlockedfile.h [new file with mode: 0644]
file/qtlockedfile_unix.cxx [new file with mode: 0644]
file/qtlockedfile_win.cxx [new file with mode: 0644]
jasmine.pro
main.cxx
network/tcpnetwork.cxx
network/tcpnetwork.h
ui/jasmine_mainwindow.cxx