#include <deque>
#include "utils/functional.hpp"
#include <boost/ref.hpp>
#include <boost/cstdint.hpp>
#include <boost/version.hpp>
#include "log.hpp"
#include "wesnothd_connection.hpp"
#include "serialization/parser.hpp"
Go to the source code of this file.
Macros | |
#define | DBG_NW LOG_STREAM(debug, log_network) |
#define | LOG_NW LOG_STREAM(info, log_network) |
#define | WRN_NW LOG_STREAM(warn, log_network) |
#define | ERR_NW LOG_STREAM(err, log_network) |
Variables | |
static lg::log_domain | log_network ("network") |
#define DBG_NW LOG_STREAM(debug, log_network) |
Definition at line 25 of file wesnothd_connection.cpp.
Referenced by twesnothd_connection::handle_read(), and twesnothd_connection::handle_write().
#define ERR_NW LOG_STREAM(err, log_network) |
Definition at line 28 of file wesnothd_connection.cpp.
Referenced by twesnothd_connection::handle_connect().
#define LOG_NW LOG_STREAM(info, log_network) |
Definition at line 26 of file wesnothd_connection.cpp.
Referenced by twesnothd_connection::connect(), twesnothd_connection::handle_connect(), and twesnothd_connection::twesnothd_connection().
#define WRN_NW LOG_STREAM(warn, log_network) |
Definition at line 27 of file wesnothd_connection.cpp.
Referenced by twesnothd_connection::cancel(), and twesnothd_connection::handle_connect().
|
static |