Update of /cvsroot/playerstage/code/player/utils/playerprint
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1803/utils/playerprint
Modified Files:
playerprint.cc
Log Message:
fixed stack overflow in libplayerc map proxy
small formatting cleanups
changed error return in poll timeout to be clearer
added exception catch to playerprint
Index: playerprint.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerprint/playerprint.cc,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** playerprint.cc 20 Aug 2007 19:42:48 -0000 1.25
--- playerprint.cc 17 Oct 2007 20:28:36 -0000 1.26
***************
*** 163,166 ****
--- 163,169 ----
}
+ try
+ {
+
ClientProxy* cp;
***************
*** 396,399 ****
--- 399,407 ----
}
}
+ }
+ catch (PlayerCc::PlayerError & e)
+ {
+ std::cout << "Error thrown: " << e << std::endl;
+ }
}
-------------------------------------------------------------------------
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