mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-27 05:18:34 +02:00
moved new crypto stuff into io library, since it inherits CStreamFilter
This commit is contained in:
parent
e05a9dfa98
commit
f4f7f69b3f
13 changed files with 36 additions and 29 deletions
|
@ -49,3 +49,13 @@ XIOWouldBlock::getWhat() const throw()
|
|||
{
|
||||
return format("XIOWouldBlock", "stream operation would block");
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// XBadCryptoMode
|
||||
//
|
||||
CString
|
||||
XIOBadCryptoMode::getWhat() const throw()
|
||||
{
|
||||
return "XBadCryptoMode";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue