Added simple server. Added session establishment (only test code). Added sender thread.

This commit is contained in:
lotodore
2007-02-25 23:16:26 +00:00
parent 06ed84cb7b
commit d4855a2ca2
17 changed files with 582 additions and 8 deletions
+3
View File
@@ -105,6 +105,9 @@ SOURCES += pokerth.cpp \
clientstate.cpp \
clientthread.cpp \
resolverthread.cpp \
netpacket.cpp \
senderthread.cpp \
serverthread.cpp \
clientdata.cpp \
clientcallback.cpp \
socket_helper_cmn.cpp \