|
|
|
@ -65,9 +65,9 @@ typedef asio::error::error_category socks_error_category;
@@ -65,9 +65,9 @@ typedef asio::error::error_category socks_error_category;
|
|
|
|
|
|
|
|
|
|
struct TORRENT_EXTRA_EXPORT socks_error_category : boost::system::error_category |
|
|
|
|
{ |
|
|
|
|
virtual const char* name() const; |
|
|
|
|
virtual const char* name() const throw(); |
|
|
|
|
virtual std::string message(int ev) const; |
|
|
|
|
virtual boost::system::error_condition default_error_condition(int ev) const |
|
|
|
|
virtual boost::system::error_condition default_error_condition(int ev) const throw() |
|
|
|
|
{ return boost::system::error_condition(ev, *this); } |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|