improved error reporting of file errors (uses boost.system's error_code). Now permiss...
commitfce5e07f23175d17adb1df498facb6b91c369aa8
authorarvidn <arvidn@a83610d8-ad2a-0410-a6ab-fc0612d85776>
Thu, 17 Jul 2008 23:41:46 +0000 (17 23:41 +0000)
committerarvidn <arvidn@a83610d8-ad2a-0410-a6ab-fc0612d85776>
Thu, 17 Jul 2008 23:41:46 +0000 (17 23:41 +0000)
tree75f17ef8b54727f9d17f98b118a7cb92e043e9f5
parent2fedcc0af2a93a90c39a90b3ab149df881a1a948
improved error reporting of file errors (uses boost.system's error_code). Now permission errors are properly reported when checking files

git-svn-id: http://libtorrent.svn.sourceforge.net/svnroot/libtorrent/trunk@2546 a83610d8-ad2a-0410-a6ab-fc0612d85776
include/libtorrent/disk_io_thread.hpp
include/libtorrent/error_code.hpp [new file with mode: 0644]
include/libtorrent/file.hpp
include/libtorrent/file_pool.hpp
include/libtorrent/socket.hpp
include/libtorrent/storage.hpp
src/disk_io_thread.cpp
src/file.cpp
src/file_pool.cpp
src/storage.cpp
src/torrent_info.cpp