#include <deque>#include <boost/bind.hpp>#include <boost/ref.hpp>#include <boost/cstdint.hpp>#include <boost/version.hpp>#include "log.hpp"#include "network_asio.hpp"#include "serialization/parser.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | network_asio |
Defines | |
| #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 26 of file network_asio.cpp.
Referenced by network_asio::connection::handle_read(), and network_asio::connection::handle_write().
| #define ERR_NW LOG_STREAM(err, log_network) |
Definition at line 29 of file network_asio.cpp.
Referenced by network_asio::connection::handle_connect().
| #define LOG_NW LOG_STREAM(info, log_network) |
Definition at line 27 of file network_asio.cpp.
Referenced by network_asio::connection::connect(), network_asio::connection::connection(), and network_asio::connection::handle_connect().
| #define WRN_NW LOG_STREAM(warn, log_network) |
Definition at line 28 of file network_asio.cpp.
Referenced by network_asio::connection::cancel(), and network_asio::connection::handle_connect().
lg::log_domain log_network("network") [static] |
| Generated by doxygen 1.7.1 on Fri May 25 2012 01:08:36 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |