mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
added better network error message support.
This commit is contained in:
@@ -14,34 +14,6 @@
|
||||
|
||||
#include "XIO.h"
|
||||
|
||||
//
|
||||
// XIOErrno
|
||||
//
|
||||
|
||||
XIOErrno::XIOErrno() :
|
||||
MXErrno()
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
XIOErrno::XIOErrno(int err) :
|
||||
MXErrno(err)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// XIOClose
|
||||
//
|
||||
|
||||
CString
|
||||
XIOClose::getWhat() const throw()
|
||||
{
|
||||
return format("XIOClose", "close: %{1}", XIOErrno::getErrstr());
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// XIOClosed
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user