Update of /cvsroot/boost/boost/libs/asio/example/tutorial/timer3
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17073/libs/asio/example/tutorial/timer3
Modified Files:
timer.cpp
Log Message:
Change error handling to match TR2 proposal.
Index: timer.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/tutorial/timer3/timer.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- timer.cpp 25 Jul 2006 11:04:05 -0000 1.2
+++ timer.cpp 8 Nov 2006 05:32:17 -0000 1.3
@@ -13,7 +13,7 @@
#include <boost/bind.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
-void print(const boost::asio::error& /*e*/,
+void print(const boost::system::error_code& /*e*/,
boost::asio::deadline_timer* t, int* count)
{
if (*count < 5)
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs