diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-10 21:27:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-10 21:27:38 +0000 |
commit | e3506fe66886912cee16a91793d17010a87eecef (patch) | |
tree | b06ba97cf876baa40ca4ed1bda85f9e932e435f9 /protocols/WhatsApp/src/WASocketConnection.h | |
parent | 327745289de431e7e7dad6e4ce0eb8cef43eaeb5 (diff) |
various rudiments & atavisms exterminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@12085 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/WASocketConnection.h')
-rw-r--r-- | protocols/WhatsApp/src/WASocketConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/WASocketConnection.h b/protocols/WhatsApp/src/WASocketConnection.h index 72775b9cf1..6f9d5f2426 100644 --- a/protocols/WhatsApp/src/WASocketConnection.h +++ b/protocols/WhatsApp/src/WASocketConnection.h @@ -26,7 +26,7 @@ public: virtual int read(unsigned char*, int length);
virtual void flush();
virtual void write(const std::vector<unsigned char>& b, int length);
- virtual void write(const std::vector<unsigned char>& bytes, int offset, int length);
+ // virtual void write(const std::vector<unsigned char>& bytes, int offset, int length);
virtual void makeNonBlock();
virtual int waitForRead();
virtual void forceShutdown();
|