diff options
Diffstat (limited to 'include/ftp/error_code.hpp')
-rw-r--r-- | include/ftp/error_code.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ftp/error_code.hpp b/include/ftp/error_code.hpp new file mode 100644 index 0000000..a3f789f --- /dev/null +++ b/include/ftp/error_code.hpp @@ -0,0 +1,10 @@ +#ifndef _ERROR_CODE_HPP +#define _ERROR_CODE_HPP + +#include <boost/system/detail/error_code.hpp> + +namespace ftp { +using error_code = boost::system::error_code; +} + +#endif // !_ERROR_CODE_HPP |