managed secure socket allocation and deallocation #4313

This commit is contained in:
XinyuHou
2015-01-28 13:07:03 +00:00
parent d80aa7c938
commit 622e40e5d7
20 changed files with 119 additions and 48 deletions

View File

@@ -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;