tamc 2002/03/28 15:47:48 PST
Modified files:
net Connection.cpp NetMgr.h Socket.h
SocketInputStream.cpp
SocketOutputStream.cpp
server BrothaServer.h
thread Thread.h
Log:
Removed auto_ptr stuff for the termination of threads, had issues of deleting the object during the call to stop of same object
Revision Changes Path
1.3 +3 -0 brotha/net/Connection.cpp
1.6 +9 -4 brotha/net/NetMgr.h
1.17 +21 -6 brotha/net/Socket.h
1.4 +9 -2 brotha/net/SocketInputStream.cpp
1.4 +9 -2 brotha/net/SocketOutputStream.cpp
1.7 +2 -0 brotha/server/BrothaServer.h
1.13 +1 -1 brotha/thread/Thread.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Connection.cpp.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/NetMgr.h.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Socket.h.diff?r1=1.16&r2=1.17&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/SocketInputStream.cpp.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/SocketOutputStream.cpp.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaServer.h.diff?r1=1.6&r2=1.7&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Thread.h.diff?r1=1.12&r2=1.13&diff_format=h
|