mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Network: Cleanup asio using directives
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Battlenet
|
||||
NetworkThread<Session>* CreateThreads() const override;
|
||||
|
||||
private:
|
||||
static void OnSocketAccept(tcp::socket&& sock, uint32 threadIndex);
|
||||
static void OnSocketAccept(boost::asio::ip::tcp::socket&& sock, uint32 threadIndex);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user