mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-21 18:38:04 +02:00
Changed secureSocket routines to return a status, and modify an argument for num of bytes handled #4697
This commit is contained in:
parent
86ad2bf080
commit
35e09c46b9
4 changed files with 45 additions and 44 deletions
|
@ -67,8 +67,8 @@ protected:
|
|||
IEventQueue* getEvents() { return m_events; }
|
||||
virtual bool isSecureReady() { return false; }
|
||||
virtual bool isSecure() { return false; }
|
||||
virtual UInt32 secureRead(void* buffer, UInt32) { return 0; }
|
||||
virtual UInt32 secureWrite(const void*, UInt32) { return 0; }
|
||||
virtual int secureRead(void* buffer, int, int& ) { return 0; }
|
||||
virtual int secureWrite(const void*, int, int& ) { return 0; }
|
||||
|
||||
void setJob(ISocketMultiplexerJob*);
|
||||
ISocketMultiplexerJob*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue