Update of /cvsroot/playerstage/code/player/client_libs/libplayerc++/test
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11829/client_libs/libplayerc++/test
Modified Files:
test_client.cc
Log Message:
replaced non portable uint with uint32_t
Index: test_client.cc
===================================================================
RCS file:
/cvsroot/playerstage/code/player/client_libs/libplayerc++/test/test_client.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_client.cc 23 Sep 2005 16:05:50 -0000 1.2
--- test_client.cc 24 Oct 2007 22:32:03 -0000 1.3
***************
*** 37,41 ****
void read_callback4(PlayerClient* c)
{
! static uint i(0);
std::cout << "read_client_callback_4: " << i << std::endl;
if (++i>10)
--- 37,41 ----
void read_callback4(PlayerClient* c)
{
! static uint32_t i(0);
std::cout << "read_client_callback_4: " << i << std::endl;
if (++i>10)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit