mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-05 11:28:22 +08:00
managed secure socket allocation and deallocation #4313
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
#include "synergy/IClient.h"
|
||||
#include "base/String.h"
|
||||
|
||||
namespace synergy { class IStream; }
|
||||
|
||||
//! Generic proxy for client or primary
|
||||
class BaseClientProxy : public IClient {
|
||||
public:
|
||||
@@ -82,6 +84,8 @@ public:
|
||||
size_t size) = 0;
|
||||
virtual void fileChunkSending(UInt8 mark, char* data, size_t dataSize) = 0;
|
||||
virtual String getName() const;
|
||||
virtual synergy::IStream*
|
||||
getStream() const = 0;
|
||||
|
||||
private:
|
||||
String m_name;
|
||||
|
||||
Reference in New Issue
Block a user