diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-04-11 12:02:22 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-04-11 12:09:52 +0200 |
commit | da66872a542e0885ebe026012d0805934fe0f5a7 (patch) | |
tree | 04ff7dcf43840494a356485a9f377aab14212e56 /contrib/epee | |
parent | Merge pull request #259 (diff) | |
parent | [fix] log level change. compilation: dns, tests (diff) | |
download | monero-da66872a542e0885ebe026012d0805934fe0f5a7.tar.xz |
Merge pull request #260
32c19c6 [fix] log level change. compilation: dns, tests (rfree2monero)
Diffstat (limited to 'contrib/epee')
-rw-r--r-- | contrib/epee/include/net/abstract_tcp_server2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/epee/include/net/abstract_tcp_server2.h b/contrib/epee/include/net/abstract_tcp_server2.h index 59433611a..8043c0876 100644 --- a/contrib/epee/include/net/abstract_tcp_server2.h +++ b/contrib/epee/include/net/abstract_tcp_server2.h @@ -172,8 +172,8 @@ namespace net_utils /// Construct the server to listen on the specified TCP address and port, and /// serve up files from the given directory. - boosted_tcp_server(t_connection_type connection_type = e_connection_type_NET); - explicit boosted_tcp_server(boost::asio::io_service& external_io_service, t_connection_type connection_type = e_connection_type_NET); + boosted_tcp_server(t_connection_type connection_type); + explicit boosted_tcp_server(boost::asio::io_service& external_io_service, t_connection_type connection_type); ~boosted_tcp_server(); std::map<std::string, t_connection_type> server_type_map; |