2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-23 17:32:07 +00:00

Explicitly mark asio::strand as deprecated.

Use asio::io_service::strand instead.
This commit is contained in:
Christopher Kohlhoff
2014-10-17 22:34:49 +11:00
parent 2d4104f25b
commit d109f120fa
5 changed files with 7 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ public:
}
private:
boost::asio::strand strand_;
boost::asio::io_service::strand strand_;
boost::asio::deadline_timer timer1_;
boost::asio::deadline_timer timer2_;
int count_;