mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-07 03:37:42 +02:00
Use namespace "boost::asio" instead of "net"
This commit is contained in:
parent
989eb6ec8e
commit
4f29f000de
16 changed files with 79 additions and 74 deletions
|
@ -44,7 +44,7 @@ public:
|
|||
class Watchdog
|
||||
{
|
||||
public:
|
||||
Watchdog(const net::any_io_executor& executor, WatchdogListener* listener = nullptr);
|
||||
Watchdog(const boost::asio::any_io_executor& executor, WatchdogListener* listener = nullptr);
|
||||
virtual ~Watchdog();
|
||||
|
||||
void start(const std::chrono::milliseconds& timeout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue