File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,6 @@ namespace lib {
88
88
inline lib::chrono::milliseconds milliseconds (long duration) {
89
89
return lib::chrono::milliseconds (duration);
90
90
}
91
-
92
- } // namespace error
93
- } // namespace ssl
94
91
} // namespace asio
95
92
96
93
#else
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class endpoint : public config::socket_type {
89
89
typedef lib::shared_ptr<lib::asio::io_service::work> work_ptr;
90
90
91
91
// / Type of socket pre-bind handler
92
- typedef lib::function<boost::system ::error_code(acceptor_ptr)> tcp_pre_bind_handler;
92
+ typedef lib::function<lib ::error_code(acceptor_ptr)> tcp_pre_bind_handler;
93
93
94
94
// generate and manage our own io_service
95
95
explicit endpoint ()
You can’t perform that action at this time.
0 commit comments