Update of /cvsroot/playerstage/code/player/examples/libplayerc++
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2457

Modified Files:
        speech.cc 
Log Message:
added delays to speech example

Index: speech.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/examples/libplayerc++/speech.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** speech.cc   1 May 2006 06:09:30 -0000       1.1
--- speech.cc   14 Jun 2006 19:54:50 -0000      1.2
***************
*** 13,21 ****
  
      sp.Say("All the world is a stage\n");
      sp.Say("And all the men and women merely players\n");
      sp.Say("They have their exits and their entrances\n");
      sp.Say("And one man in his time plays many parts\n");
!     //client.Read();
! 
    }
    catch (PlayerCc::PlayerError e)
--- 13,23 ----
  
      sp.Say("All the world is a stage\n");
+     usleep(1000000);
      sp.Say("And all the men and women merely players\n");
+     usleep(1000000);
      sp.Say("They have their exits and their entrances\n");
+     usleep(1000000);
      sp.Say("And one man in his time plays many parts\n");
!     usleep(1000000);
    }
    catch (PlayerCc::PlayerError e)



_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to