mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-24 11:57:35 +02:00
implemented crypto stream, with some extra unit tests
This commit is contained in:
parent
728ad02d61
commit
0a69c28ac5
21 changed files with 217 additions and 32 deletions
|
@ -35,7 +35,6 @@ CClientProxy::CClientProxy(const CString& name, synergy::IStream* stream) :
|
|||
CBaseClientProxy(name),
|
||||
m_stream(stream)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
CClientProxy::~CClientProxy()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue