aegis 2002/03/26 13:43:07 PST
Modified files:
thread Mutex.h Thread.h
Added files:
net ByteBuffer.h MessageReader.h
ServerSocket.h Socket.h StreamException.h
thread ThreadException.h
Log:
added ByteBuffer, exception types for streams and threads, message factory (stream?), and skeleton NSPR socket classes
Revision Changes Path
1.1 +62 -0 brotha/net/ByteBuffer.h (new)
1.1 +67 -0 brotha/net/MessageReader.h (new)
1.7 +26 -0 brotha/net/ServerSocket.h (new)
1.8 +43 -0 brotha/net/Socket.h (new)
1.1 +28 -0 brotha/net/StreamException.h (new)
1.7 +3 -1 brotha/thread/Mutex.h
1.7 +12 -1 brotha/thread/Thread.h
1.1 +28 -0 brotha/thread/ThreadException.h (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/ByteBuffer.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/MessageReader.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/ServerSocket.h?rev=1.7&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Socket.h?rev=1.8&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/StreamException.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Mutex.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.6&r2=1.7&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/ThreadException.h?rev=1.1&content-type=text/plain
|