2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-26 06:12:08 +00:00

Change error handling to match TR2 proposal.

[SVN r35911]
This commit is contained in:
Christopher Kohlhoff
2006-11-08 05:32:17 +00:00
parent 0e77b9f119
commit 852668d1da
136 changed files with 3287 additions and 3997 deletions

View File

@@ -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)