AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Resolver.h"
Public Member Functions | |
Resolver (IoContext &ioContext) | |
Optional< boost::asio::ip::tcp::endpoint > | Resolve (boost::asio::ip::tcp const &protocol, std::string const &host, std::string const &service) |
Private Attributes | |
boost::asio::ip::tcp::resolver | _impl |
Hack to make it possible to forward declare resolver (one of its template arguments is a typedef to something super long and using nested classes)
|
inline |
References _impl.
Referenced by LoadRealmInfo().
|
private |
Referenced by Resolve().