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

Modified Files:
        playerclient.h 
Log Message:
fixed error handling in read so it can timeout/exit properly on disconnection.
fixed a couple of warnings
added accessor for range data in libplayerc


Index: playerclient.h
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/client_libs/libplayerc++/playerclient.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** playerclient.h      26 Nov 2007 22:14:59 -0000      1.26
--- playerclient.h      17 Jan 2008 04:37:23 -0000      1.27
***************
*** 183,186 ****
--- 183,190 ----
      //bool Peek2(uint32_t timeout=0);
  
+     /// @brief Set the timeout for client requests
+     void SetRequestTimeout(uint32_t seconds) { 
playerc_client_set_request_timeout(this->mClient,seconds); }
+ 
+     
      /// @brief Set connection retry limit, which is the number of times
      /// that we'll try to reconnect to the server after a socket error.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to