Revision: 6540
http://playerstage.svn.sourceforge.net/playerstage/?rev=6540&view=rev
Author: thjc
Date: 2008-06-11 13:47:06 -0700 (Wed, 11 Jun 2008)
Log Message:
-----------
removed unneeded timeout from server loop
Modified Paths:
--------------
code/player/branches/release-2-1-patches/server/server.cc
Modified: code/player/branches/release-2-1-patches/server/server.cc
===================================================================
--- code/player/branches/release-2-1-patches/server/server.cc 2008-06-11
20:46:40 UTC (rev 6539)
+++ code/player/branches/release-2-1-patches/server/server.cc 2008-06-11
20:47:06 UTC (rev 6540)
@@ -295,7 +295,7 @@
while(!player_quit)
{
// wait until something other than driver requested watches happens
- fileWatcher->Wait(0.1);
+ fileWatcher->Wait();
if(ptcp->Accept(0) < 0)
{
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit