Update of /cvsroot/sharedaemon/sharedaemon-ui-web/src/thread
In directory sc8-pr-cvs1:/tmp/cvs-serv24081/src/thread
Modified Files:
Thread.h
Log Message:
27/12/2003 Mikael Barbeaux
* Fixed a bug about accepting sockets and closing server.
Index: Thread.h
===================================================================
RCS file: /cvsroot/sharedaemon/sharedaemon-ui-web/src/thread/Thread.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Thread.h 24 Dec 2003 13:03:54 -0000 1.1
+++ Thread.h 27 Dec 2003 10:27:08 -0000 1.2
@@ -114,6 +114,7 @@
*/
void wait(bool toLock = true) throw (ThreadException);
+
};
#endif
|