Update of /cvsroot/boost/boost/boost/asio
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19210

Modified Files:
        error.hpp 
Log Message:
Add missing error message.


Index: error.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/error.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- error.hpp   20 Feb 2007 13:19:53 -0000      1.13
+++ error.hpp   27 May 2007 08:04:32 -0000      1.14
@@ -333,6 +333,8 @@
 boost::system::wstring_t error_base<T>::misc_wmd(
     const boost::system::error_code& ec)
 {
+  if (ec == error_base<T>::already_open)
+    return L"Already open";
   if (ec == error_base<T>::eof)
     return L"End of file";
   if (ec == error_base<T>::not_found)


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to