Revision: 6983
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6983&view=rev
Author:   gbiggs
Date:     2008-08-26 23:55:38 +0000 (Tue, 26 Aug 2008)

Log Message:
-----------
Removed a duplicated sleep

Modified Paths:
--------------
    code/player/trunk/server/drivers/mixed/mricp/src/Timer.cpp

Modified: code/player/trunk/server/drivers/mixed/mricp/src/Timer.cpp
===================================================================
--- code/player/trunk/server/drivers/mixed/mricp/src/Timer.cpp  2008-08-25 
23:02:58 UTC (rev 6982)
+++ code/player/trunk/server/drivers/mixed/mricp/src/Timer.cpp  2008-08-26 
23:55:38 UTC (rev 6983)
@@ -26,8 +26,6 @@
        int us;
 
        double time_elapsed = this->TimeElapsed();
-       if( time_elapsed < period*1000)
-               usleep((int)(period*1000 -time_elapsed));
        if (time_elapsed < (period*1000))
        {
                us = static_cast<int>(period*1000-time_elapsed);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to